Spaces:
Runtime error
Runtime error
Update src/app.html
Browse files- src/app.html +1 -1
src/app.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
| 7 |
-
<title>
|
| 8 |
<script>
|
| 9 |
if (
|
| 10 |
localStorage.theme === "dark" ||
|
|
|
|
| 4 |
<meta charset="utf-8" />
|
| 5 |
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
| 6 |
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
| 7 |
+
<title>BetterChat</title>
|
| 8 |
<script>
|
| 9 |
if (
|
| 10 |
localStorage.theme === "dark" ||
|