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" />
|
2024-12-15 14:20:54 +08:00
|
|
|
<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>
|