aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/public
diff options
context:
space:
mode:
Diffstat (limited to 'demos/simple-react/public')
-rw-r--r--demos/simple-react/public/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html
index 91ced42dd..d441dfdf1 100644
--- a/demos/simple-react/public/index.html
+++ b/demos/simple-react/public/index.html
@@ -1,9 +1,8 @@
<!DOCTYPE html>
<html>
- <head>
- <script src="./src/index.tsx" type="module"></script>
- </head>
+ <head> </head>
<body>
<div id="reactroot"></div>
+ <script src="./src/index.tsx" async type="module"></script>
</body>
</html>