michalvankodev-site/static/egg-fetcher/index.html

12 lines
190 B
HTML

<html>
<head>
<meta charset="UTF-8" />
</head>
<script type="module">
import init from "./egg_fetcher.js";
init();
</script>
<body style="margin: 0px"></body>
</html>