将缺失的文件补上

This commit is contained in:
chuzhongzai
2024-11-23 14:06:46 +08:00
parent f89f82704e
commit a81126d4da
5 changed files with 1445 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" type="image/svg+xml" href="/vite.svg"/>
<link href="/src/reset.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>