gale/index.html

11 lines
310 B
HTML
Raw Normal View History

2025-02-12 08:00:45 -05:00
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
2024-08-01 08:23:47 -04:00
<body>
2025-02-12 16:57:41 -05:00
<script src="https://vanjs.org/code/van-1.5.3.nomodule.min.js"></script>
2025-02-12 08:00:45 -05:00
<script type="module" src="app.js"></script>
2024-08-01 08:23:47 -04:00
</body>
</html>