Skip to content

Commit 10e4006

Browse files
committed
repair index.html
1 parent 1621e0b commit 10e4006

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<meta name="theme-color" content="#000000" />
8+
<link rel="apple-touch-icon" href="/logo192.png" />
79
<title>VelocityDraft</title>
810
<meta name="description" content="Flexible application essay scheduler" />
911
<base href="/velocity-draft/" />
1012
</head>
1113
<body>
1214
<div id="root"></div>
13-
<script type="module" src="/src/main.tsx"></script>
15+
<script type="module" src="./src/index.jsx"></script>
1416
</body>
1517
</html>

0 commit comments

Comments
 (0)