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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/simple-react/index.html b/demos/simple-react/index.html
index 0d1277743..3e227399a 100644
--- a/demos/simple-react/index.html
+++ b/demos/simple-react/index.html
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html>
<head>
- <link rel="stylesheet" href="../src/index.css" />
- <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>