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

12 lines
190 B
HTML
Raw Normal View History

2022-06-28 09:32:15 +02:00
<html>
<head>
<meta charset="UTF-8" />
</head>
<script type="module">
import init from "./egg_fetcher.js";
init();
</script>
<body style="margin: 0px"></body>
</html>