diff options
Diffstat (limited to 'examples/index.html')
-rw-r--r-- | examples/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000..6d66e40 --- /dev/null +++ b/examples/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + </head> + <body> + <div id='container'></div> + <script src='bundle.js'></script> + </body> +</html> |