Skip to content

Commit 54a9ba6

Browse files
committed
Various fixes
1 parent 01ead3a commit 54a9ba6

File tree

11 files changed

+7815
-21
lines changed

11 files changed

+7815
-21
lines changed

Build/index.html

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
<!DOCTYPE html>
2-
<html>
3-
4-
<head>
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<meta name="theme-color" content="#8b5cf6" />
57
<title>HTMLTrack</title>
6-
</head>
7-
8-
<body>
9-
<script type="module" data-inline="true" src="./src/pages/main.tsx"></script>
10-
</body>
11-
8+
<script src="https://cdn.jsdelivr.net/npm/eruda"></script>
9+
<script>eruda.init()</script>
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
<script type="module" src="/src/pages/main.tsx"></script>
14+
</body>
1215
</html>

0 commit comments

Comments
 (0)