16 lines
324 B
HTML
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> |