12 lines
160 B
HTML
12 lines
160 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script type="module">
|
||
|
import {main} from "./src/main.js";
|
||
|
main();
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|