Skip to content

Commit dce1402

Browse files
committed
update index.html
Signed-off-by: Shelpin <[email protected]>
1 parent 4053b66 commit dce1402

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

client/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
<!doctype html>
2-
<html lang="en" class="dark">
2+
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
56
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>ElizaOS - Client</title>
7+
<title>ængel</title>
78
</head>
89
<body>
910
<div id="root"></div>
1011
<script type="module" src="/src/main.tsx"></script>
1112
</body>
12-
</html>
13+
</html>

0 commit comments

Comments
 (0)