aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/index.html
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-18 00:51:11 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-06-18 00:51:11 -0700
commit6dce0c1e032edd9ff70f4a1c417a8662d1012e8b (patch)
tree23e3af849a0bbbf8943227941f900dc91421a358 /demos/simple-react/index.html
parent9ca283bb43ebee74bf36af50807474b962ac44a1 (diff)
downloadbun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.tar.gz
bun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.tar.zst
bun-6dce0c1e032edd9ff70f4a1c417a8662d1012e8b.zip
100x!!
Former-commit-id: e0fa2e78da8083dc590c4b1f3d016ba545261b84
Diffstat (limited to 'demos/simple-react/index.html')
-rw-r--r--demos/simple-react/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/demos/simple-react/index.html b/demos/simple-react/index.html
index 32d8cad01..0d1277743 100644
--- a/demos/simple-react/index.html
+++ b/demos/simple-react/index.html
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <script async 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>