Files
ojnext/index.html
2025-02-12 19:44:16 +08:00

23 lines
679 B
HTML

<!doctype html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/public/website/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>判题狗</title>
<link rel="stylesheet" href="/style.css" />
<script
async
defer
src="https://maxkb.xuyue.cc/api/application/embed?protocol=https&host=maxkb.xuyue.cc&token=1b7cd529423b3f36"
></script>
<script async defer>
window.localStorage.setItem("maxkbMaskTip", true)
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>