Files
Arkie-Library-Frontend/index.html
2026-05-16 00:18:22 +08:00

13 lines
340 B
HTML

<!doctype html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ARK 資料庫</title>
</head>
<body class="bg-ark-bg text-neutral-100">
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>