hopefully named every page

This commit is contained in:
unexp 2022-10-09 13:58:06 -03:00
parent 054a7ddd13
commit 478bfd1423
11 changed files with 31 additions and 0 deletions

View File

View File

@ -2,6 +2,10 @@
import { page } from "$app/stores";
</script>
<svelte:head>
<title>{$page.status == 404 ? "Page Not Found" : "Unexpected Error"} - Rowblox</title>
</svelte:head>
<div class="mx-auto rounded-lg shadow border border-gray-300 max-w-2xl text-center divide-y">
<div class="p-2">
<img class="mx-auto mb-2" src="/img/error.png" alt="" />

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Catalog - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Forums - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Groups - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Avatar - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Friends - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Money - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Profile - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Settings - Rowblox</title>
</svelte:head>

View File

@ -0,0 +1,3 @@
<svelte:head>
<title>Users - Rowblox</title>
</svelte:head>