Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Commit b0ff6da

Browse files
authored
Update index.html (#179)
1 parent 3c15d3d commit b0ff6da

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

desktop-app/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<!doctype html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8"/>
5-
<link href="/logo.svg" rel="icon" type="image/svg+xml"/>
6-
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link href="/logo.svg" rel="icon" type="image/svg+xml" />
6+
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
77
<title>Golem GUI</title>
8-
</head>
8+
</head>
99

10-
<body>
11-
<div id="root"></div>
12-
<script src="/src/main.tsx" type="module"></script>
13-
</body>
10+
<body>
11+
<div id="root"></div>
12+
<script src="/src/main.tsx" type="module"></script>
13+
</body>
1414
</html>

0 commit comments

Comments
 (0)