gale/index.html
2025-10-07 17:00:34 -04:00

12 lines
262 B
HTML

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script type="module">
import App from ">/app.tsx";
</script>
</body>
</html>