i love children above the age of 18

This commit is contained in:
ROEvGABE 2022-10-08 19:24:52 -04:00
parent 0d0b4cf96a
commit 3a9824add8
3 changed files with 20 additions and 2 deletions

View File

@ -50,12 +50,12 @@
<div class="navbar bg-blue-900 text-base py-0.5 text-white">
<div class="container flex items-center">
<a class="mr-6" href="/my/home">Home</a>
<a class="mr-6" href="/my/avatar">Avatar</a>
<a class="mr-6" href="/my/friends">Friends</a>
<a class="mr-6" href="/my/money">Money</a>
<a class="mr-6" href="/groups">Groups</a>
<a class="mr-6" href="/people">People</a>
<a class="mr-6" href="/my/avatar">Avatar</a>
<a class="mr-6" href="/blogs">Blogs</a>
<a class="mr-6" href="/my/invites">Invites</a>
</div>
</div>

View File

@ -0,0 +1,6 @@
<svelte:head>
<title>Home - Rowblox</title>
</svelte:head>
<p class="text-4xl text-left font-['Helvetica'] mt-32 font-bold">Hello, User!</p>

View File

@ -0,0 +1,12 @@
<svelte:head>
<title>Games - Rowblox</title>
</svelte:head>
<div class="max-w-lg text-left text-black">
<p class="text-4xl text-left font-['Helvetica'] font-bold mt-20 py-5">Games</p>
<div class="text-xl text-blue-500">
<a class="px-5 py-1 rounded shadow-lg border-2 border-blue-500 hover:bg-blue-300" href="/my/places">Create a game</a>
</div>
</div>