11 lines
241 B
HTML
11 lines
241 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="index.css" type="text/css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="content"></div>
|
||
|
<script type="module">
|
||
|
import "./index.js"
|
||
|
</script>
|
||
|
</body>
|
||
|
</html>
|