diff options
author | 2021-06-01 20:49:49 -0700 | |
---|---|---|
committer | 2021-06-01 20:49:49 -0700 | |
commit | ee6643ce8b8b3ac32d5ba71d2617b38bb03379af (patch) | |
tree | 728dd42e5c3bfb7272465610326868113f945a88 /demos/simple-react/public/index.html | |
parent | 38f1eb07012eaf0e09400ba06d06fe15007a9022 (diff) | |
download | bun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.tar.gz bun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.tar.zst bun-ee6643ce8b8b3ac32d5ba71d2617b38bb03379af.zip |
wip
Former-commit-id: a6bc130918f63bfbeac220f4e1fa55f08197e1c1
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> |