18 lines
502 B
HTML
18 lines
502 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>
|
|
this.globalThis || (this.globalThis = window)
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|