初始化

This commit is contained in:
梁泽军
2025-02-24 17:34:19 +08:00
commit 8f5e6b5398
59 changed files with 4320 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<title><%- title%></title>
</head>
<body>
<div id="app"></div>
</body>
</html>