forked from MarseyWorld/MarseyWorld
fix
parent
4d67b0056d
commit
967d836860
|
@ -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>
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue