uark_front/index.html
2025-08-18 17:59:39 +08:00

14 lines
416 B
HTML

<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg" href="/favicon/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>諾亞克 U-ARK 戰情中心</title>
</head>
<body class="w-screen bg-gray-100">
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>