remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 09:23:31 -06:00
parent bfc02fb874
commit 26cf1a9224
1 changed files with 32 additions and 4 deletions

View File

@ -131,10 +131,38 @@
</div>
<div class="hidden mx-auto text-gray-300/70 text-xs mt-4">
Already have an account?
<a href="/login{{'?redirect='+redirect if redirect else ''}}" class="font-bold text-gray-300/70 hover:text-gray-300">Log in</a>
</div>
<ul class="mx-auto max-w-2xl flex flex-col md:flex-row md:items-center md:justify-center md:space-x-3 md:divide-x md:divide-gray-700 text-xs font-medium leading-none">
<li>
<a href="#" class="text-gray-500 hover:text-gray-400">
About
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/contact" class="text-gray-500 hover:text-gray-400">
Contact
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="#" class="text-gray-500 hover:text-gray-400">
Welcome Guide
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/rules" class="text-gray-500 hover:text-gray-400">
Community Etiquette
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="/changelog" class="text-gray-500 hover:text-gray-400">
Changelog
</a>
</li>
<li class="mt-2 md:mt-0 md:pl-3">
<a href="https://github.com/Aevann1/Drama" class="text-gray-500 hover:text-gray-400">
GitHub
</a>
</li>
</ul>
{% include '/awards/Christmas/Snow.html' %}