This commit is contained in:
2025-10-12 18:01:47 +08:00
commit 7d9e1e3423
7 changed files with 60 additions and 0 deletions

12
index.html Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>网页</title>
<link rel="stylesheet" href="./src/style.css">
</head>
<body>
<script type="module" src="./src/main.ts"></script>
</body>
</html>