Files
code/index.html
yuetsh e96611c62b
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled
disabled maxkb
2025-10-21 19:00:53 +08:00

22 lines
545 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/noto--cat-face.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>自测猫</title>
<link rel="stylesheet" href="/style.css" />
<script>
window.localStorage.setItem("maxkbMaskTip", true)
</script>
<!-- <script
async
defer
src="<%= import.meta.env.PUBLIC_MAXKB_URL %>"
></script> -->
</head>
<body>
<div id="app"></div>
</body>
</html>