Add egg-fetcher demo

This commit is contained in:
2022-06-28 09:32:15 +02:00
parent b5a96ee0af
commit ccdfad9750
216 changed files with 2543 additions and 2 deletions

View File

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