2023-08-17 21:22:19 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2023-08-23 13:51:40 +08:00
|
|
|
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
|
2023-08-17 21:22:19 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-09-23 19:41:43 +08:00
|
|
|
<title>thehrz</title>
|
2023-08-17 21:22:19 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|