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