Files

14 lines
372 B
HTML
Raw Permalink Normal View History

2025-10-03 22:30:54 +08:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2025-11-04 17:44:13 +08:00
<link rel="icon" type="image/svg+xml" href="/hashiqi.svg" />
2025-10-03 22:30:54 +08:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2025-11-04 17:44:13 +08:00
<title>HldrCenter管理系统</title>
2025-10-03 22:30:54 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>