Spaces:
Runtime error
Runtime error
Update src/app.html
Browse files- src/app.html +2 -2
src/app.html
CHANGED
|
@@ -9,7 +9,7 @@
|
|
| 9 |
<link
|
| 10 |
rel="search"
|
| 11 |
type="application/opensearchdescription+xml"
|
| 12 |
-
title="
|
| 13 |
href="/opensearch.xml"
|
| 14 |
/>
|
| 15 |
|
|
@@ -59,7 +59,7 @@
|
|
| 59 |
})();
|
| 60 |
</script>
|
| 61 |
|
| 62 |
-
<title>
|
| 63 |
|
| 64 |
%sveltekit.head%
|
| 65 |
</head>
|
|
|
|
| 9 |
<link
|
| 10 |
rel="search"
|
| 11 |
type="application/opensearchdescription+xml"
|
| 12 |
+
title="X-Chat"
|
| 13 |
href="/opensearch.xml"
|
| 14 |
/>
|
| 15 |
|
|
|
|
| 59 |
})();
|
| 60 |
</script>
|
| 61 |
|
| 62 |
+
<title>X-Chat</title>
|
| 63 |
|
| 64 |
%sveltekit.head%
|
| 65 |
</head>
|