Add title and description to placeholder pages

This commit is contained in:
Neshura 2024-01-02 02:11:51 +01:00
parent b1a2471841
commit ab0346b95c
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 14 additions and 1 deletions

View file

@ -1,3 +1,8 @@
<div class="h-full overflow-auto"> <svelte:head>
<title>Home</title>
<meta name="description" content="Landing Page for neshweb.net">
</svelte:head>
<div class="h-full overflow-auto">
<h1>Home Page</h1>
</div> </div>

View file

@ -0,0 +1,4 @@
<svelte:head>
<title>About</title>
<meta name="description" content="Information about this Website">
</svelte:head>

View file

@ -0,0 +1,4 @@
<svelte:head>
<title>Servers</title>
<meta name="description" content="Overview of Game Servers running on neshweb.net">
</svelte:head>