14 lines
571 B
HTML
14 lines
571 B
HTML
<!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>
|