Initial project import

This commit is contained in:
inman
2026-07-23 15:43:23 +08:00
commit 63b4959b6b
36 changed files with 18207 additions and 0 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="https://one-feel-bucket.oss-cn-guangzhou.aliyuncs.com/wanderq/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="万趣旅行提供中国·贵州秘境定制旅行、入境地接、英文司导、纯玩小包团、户外探险与民族人文体验。" />
<title>万趣旅行|贵州秘境定制旅行</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>