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