14 lines
416 B
HTML
Raw Permalink Normal View History

2025-06-29 16:35:22 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-07-01 15:59:19 +08:00
<link rel="icon" type="image/svg+xml" href="/logo.jpg" />
2025-06-29 16:35:22 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-07-01 17:01:37 +08:00
<title>零枢系统 | 一款面向第五人格陪玩团的服务管理系统</title>
2025-06-29 16:35:22 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>