This commit is contained in:
2023-06-25 13:08:06 +08:00
parent bbb86041b4
commit 9fe9cc938a
8 changed files with 12 additions and 13 deletions

View File

@@ -4,15 +4,10 @@
<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>OJ</title>
<title>徐越的判题狗</title>
<script>
this.globalThis || (this.globalThis = window)
</script>
<style>
body {
height: 100vh;
}
</style>
</head>
<body>
<div id="app"></div>