Files
Mainpage/index.html

14 lines
369 B
HTML
Raw Permalink Normal View History

2025-03-02 22:11:27 +08:00
<!doctype html>
2025-03-04 10:31:39 +08:00
<html lang="zh-CN">
2025-03-01 21:30:49 +08:00
<head>
2025-03-02 22:11:27 +08:00
<meta charset="UTF-8" />
2025-03-04 10:31:39 +08:00
<link rel="icon" type="image/x-icon" href="./src/assets/icon.jpg" />
2025-03-02 22:11:27 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-03-04 10:31:39 +08:00
<title>Kisechan</title>
2025-03-01 21:30:49 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>