ITZX-Clubs-Home-Web/index.html
2024-12-24 20:42:51 +08:00

14 lines
381 B
HTML

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.svg" sizes="512x512" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>社团展示系统</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>