This commit is contained in:
mi9688
2024-11-28 12:57:22 +08:00
parent 3db326afa9
commit eaa2a85c80
38 changed files with 5616 additions and 0 deletions

21
index.html Normal file
View File

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>demo</title>
<style>
</style>
</head>
<body>
<div id="app">
<!-- 这里是你的单页面应用内容 -->
</div>
<script type="module" src="/src/main.js"></script>
<script>
</script>
</body>
</html>