gale/index.html
2025-02-13 14:27:41 -05:00

12 lines
348 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 src="https://vanjs.org/code/van-1.5.3.nomodule.min.js"></script>
<script src="./gale.js"></script>
<script type="module" src="app.js"></script>
</body>
</html>