Files
Mainpage/index.html
2025-03-04 10:31:39 +08:00

14 lines
369 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="./src/assets/icon.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kisechan</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>