Files
ojnext/index.html
2023-04-18 13:59:52 +08:00

22 lines
505 B
HTML

<!DOCTYPE html>
<html lang="zh-Hans-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OJ</title>
<script>
this.globalThis || (this.globalThis = window)
</script>
<style>
body {
height: 100vh;
}
</style>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>