diff options
Diffstat (limited to 'example/index.html')
-rw-r--r-- | example/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/example/index.html b/example/index.html new file mode 100644 index 0000000..828b35b --- /dev/null +++ b/example/index.html @@ -0,0 +1,8 @@ +<html> + +<body> + <div id="app"></div> + <script type="module" src="./index.js"></script> +</body> + +</html> |