aboutsummaryrefslogtreecommitdiff
path: root/demos/simple-react/index.html
diff options
context:
space:
mode:
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>