gale/index.html
2025-10-08 12:50:23 -04:00

16 lines
324 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 React from "/>/npm:react";
console.log(React);
import "/app.tsx";
</script>
</body>
</html>