This commit is contained in:
yinsx
2026-01-05 10:16:36 +08:00
commit f94ffe0adc
41 changed files with 4387 additions and 0 deletions

13
index.html Normal file
View File

@ -0,0 +1,13 @@
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>自由职业开发 · 前端/全栈/Web3D · 交付型合作</title>
<meta name="description" content="承接企业官网、后台管理、全栈业务系统与 Web3D 互动展示Three.js / Babylon.js支持按里程碑交付与长期维护。" />
</head>
<body class="bg-white text-slate-900">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>