diff options
author | 2021-06-18 00:51:11 -0700 | |
---|---|---|
committer | 2021-06-18 00:51:11 -0700 | |
commit | 6dce0c1e032edd9ff70f4a1c417a8662d1012e8b (patch) | |
tree | 23e3af849a0bbbf8943227941f900dc91421a358 /demos/simple-react/public/index.html | |
parent | 9ca283bb43ebee74bf36af50807474b962ac44a1 (diff) | |
download | bun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.tar.gz bun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.tar.zst bun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.zip |
100x!!
Former-commit-id: e0fa2e78da8083dc590c4b1f3d016ba545261b84
Diffstat (limited to 'demos/simple-react/public/index.html')
-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> |