Files
aha/aha-ui/index.html
T

20 lines
635 B
HTML
Raw Normal View History

2026-04-25 12:57:56 +08:00
<!doctype html>
<html lang="zh-CN">
2026-04-25 12:57:56 +08:00
<head>
2026-04-25 17:09:20 +08:00
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AHA 模型启动器</title>
2026-04-25 17:09:20 +08:00
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap"
rel="stylesheet"
>
2026-04-25 12:57:56 +08:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>