WebIndex/index.html
Jeffrey Hsu 00279abafc
Some checks failed
CI / build (push) Failing after 27s
添加加载页面
2024-10-05 20:48:22 +08:00

15 lines
384 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8"/>
<link href="/vite.svg" rel="icon" type="image/svg+xml"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>CANTYONION.SITE</title>
</head>
<body>
<div id="loading" class="loading"></div>
<div id="app"></div>
<script src="/src/main.ts" type="module"></script>
</body>
</html>