Files
ojnext/index.html
yuetsh dd29f04664
Some checks failed
Deploy / deploy (build, debian, 22, /root/OJDeploy/data/clientnext) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822, /root/OJ/data/dist) (push) Has been cancelled
change to vite8
2026-07-02 18:28:47 -06:00

18 lines
493 B
HTML

<!doctype html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/noto--dog-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>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>