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