summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html
index 34f3cd9..05f8cfd 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,5 @@
<!doctype html>
+
<html lang="en">
<head>
<meta charset="UTF-8" />
@@ -29,6 +30,6 @@
</head>
<body>
<div id="root"></div>
- <script type="module" src="/src/main.jsx"></script>
+ <script type="module" src="/src/main.tsx"></script>
</body>
</html>