diff options
Diffstat (limited to 'demos/simple-react/public')
-rw-r--r-- | demos/simple-react/public/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/simple-react/public/index.html b/demos/simple-react/public/index.html index d441dfdf1..4f5961671 100644 --- a/demos/simple-react/public/index.html +++ b/demos/simple-react/public/index.html @@ -3,6 +3,7 @@ <head> </head> <body> <div id="reactroot"></div> + <link rel="stylesheet" href="./src/index.css" /> <script src="./src/index.tsx" async type="module"></script> </body> </html> |