ITZX-Clubs-Home-Web/index.html

14 lines
381 B
HTML
Raw Normal View History

2024-04-07 17:35:03 +08:00
<!doctype html>
2024-12-23 19:19:47 +08:00
<html lang="zh">
2024-04-07 17:35:03 +08:00
<head>
<meta charset="UTF-8" />
2024-12-24 20:42:51 +08:00
<link rel="icon" href="/favicon.svg" sizes="512x512" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
2024-12-23 19:19:47 +08:00
<title>社团展示系统</title>
2024-04-07 17:35:03 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>