took the wock to poland

This commit is contained in:
unexp 2022-10-09 17:48:57 -03:00
parent a8b23218ea
commit 3be7ffd57c
1 changed files with 10 additions and 1 deletions

View File

@ -11,6 +11,7 @@
<img class="h-6 mr-1.5" src="/img/rowbux.png" alt="" /> <img class="h-6 mr-1.5" src="/img/rowbux.png" alt="" />
100 100
</a> </a>
<p class="mx-2 text-2xl">|</p>
<div class="ml-1 relative inline-block dropdown"> <div class="ml-1 relative inline-block dropdown">
<button class="hover:text-zinc-200" href="/my/profile" <button class="hover:text-zinc-200" href="/my/profile"
>Only16Characters >Only16Characters
@ -47,6 +48,14 @@
</div> </div>
</div> </div>
<div class="text-black container mt-4"> <div class="text-black container mt-4 min-h-[100vh]">
<slot /> <slot />
</div> </div>
<br>
<div class="flex text-white py-5 px-24 items-center justify-start scrolling-background">
<h1 class="text-3xl">Rowblox</h1>
<p class="text-2xl mx-3">|</p>
<a href="/tos" class="text-xl text-white hover:text-opacity-70">Terms of Service</a>
<p class="text-2xl mx-3">|</p>
<a href="/rules" class="text-xl text-white hover:text-opacity-70">Rules</a>
</div>