Rewrite page in Svelte 5 #49

Merged
Neshura merged 94 commits from rewrite/svelte into main 2024-01-06 14:12:09 +00:00
3 changed files with 14 additions and 1 deletions
Showing only changes of commit ab0346b95c - Show all commits

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>