diff options
Diffstat (limited to 'demos/simple-react/public1')
-rw-r--r-- | demos/simple-react/public1/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/simple-react/public1/index.html b/demos/simple-react/public1/index.html index 724f78f1d..3c1d7465f 100644 --- a/demos/simple-react/public1/index.html +++ b/demos/simple-react/public1/index.html @@ -1,7 +1,8 @@ <!DOCTYPE html> <html> <head> - <script src="/src/index.tsx" type="module"></script> + <link rel="stylesheet" href="/src/index.css" /> + <script async src="/src/index.tsx" type="module"></script> </head> <body> <div id="reactroot"></div> |