DormStar/FrontEnd/index.html

14 lines
332 B
HTML
Raw Normal View History

2023-11-30 21:27:22 +08:00
<!DOCTYPE html>
2023-11-30 22:41:03 +08:00
<html lang="zh-cn">
2023-11-30 21:27:22 +08:00
<head>
<meta charset="UTF-8">
2023-11-30 22:41:03 +08:00
<link rel="icon" href="/logo.png">
2023-11-30 21:27:22 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2023-11-30 22:41:03 +08:00
<title>DormStar</title>
2023-11-30 21:27:22 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.js"></script>
</body>
</html>