diff options
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 000000000..3bb25f55e --- /dev/null +++ b/examples/index.html @@ -0,0 +1,7 @@ +<!DOCTYPE html> +<html> + <head> + <script type="module" src="REPLACE_ME"></script> + </head> + <body></body> +</html> |