gale/index.html

10 lines
233 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 08:00:45 -05:00
<script type="module" src="app.js"></script>
2024-08-01 08:23:47 -04:00
</body>
</html>