thehrz.net/index.html

13 lines
294 B
HTML
Raw Permalink Normal View History

2023-08-17 21:22:19 +08:00
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<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>