This commit is contained in:
2025-02-23 22:25:46 +08:00
parent 3b26fe4adc
commit d934111354
9 changed files with 1222 additions and 900 deletions

View File

@@ -4,11 +4,10 @@
<meta charset="UTF-8" />
<link rel="shortcut icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>前端开发网站</title>
<title>前端开发预览网站</title>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>