remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 15:03:24 -06:00
parent 4d67b0056d
commit 967d836860
2 changed files with 14 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<div class="md:max-w-xl text-center">
<img loading="lazy" src="/assets/images/emojis/marseydead.webp?v=1" class="w-14 h-14 object-contain mb-2">
<h1 class="h5">401 Not Authorized</h1>
<p class="text-gray-500">
<p class="text-gray-500 mb-3">
What you're trying to do requires an account. I think. The original error message said something about a castle and I hated that.
</p>
<a href="/signup" class="btn btn-gray">Create an account</a>

View File

@ -19,3 +19,16 @@
</div>
</div>
{% endblock %}
{% block content %}
<div class="col-span-full h-screen flex items-center justify-center">
<div class="md:max-w-xl text-center">
<img loading="lazy" src="/assets/images/emojis/marseyconfused.webp?v=1" class="w-14 h-14 object-contain mb-2">
<h1 class="h5">403 Forbidden</h1>
<p class="text-gray-500 mb-3">
YOU AREN'T WELCOME HERE GO AWAY
</p>
<a href="/" class="btn btn-gray">Go to frontpage</a>
</div>
</div>
{% endblock %}