Add egg-fetcher demo
This commit is contained in:
11
static/egg-fetcher/index.html
Normal file
11
static/egg-fetcher/index.html
Normal 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>
|
Reference in New Issue
Block a user