remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 15:04:57 -06:00
parent a32d775ece
commit 43d7ba1a85
1 changed files with 10 additions and 8 deletions

View File

@ -7,15 +7,17 @@
{% block pagetype %}error-405{% endblock %}
{% block content %}
<div class="row justify-content-center">
<div class="col-10 col-md-5">
<div class="text-center px-3 my-8">
<img loading="lazy" src="/assets/images/emojis/marseyretard.webp?v=1">
<pre></pre>
<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/marseyretard.webp?v=1" class="w-14 h-14 object-contain mb-2">
<h1 class="h5">405 Method Not Allowed</h1>
<p class="text-muted mb-5">idk how anyone gets this error but if you see this, remember to follow @carpathianflorist<BR>the original error text here talked about internet gremlins and wtf</p>
<div><a href="/" class="btn btn-primary">Go to frontpage</a></div>
</div>
<p class="text-gray-500">
idk how anyone gets this error but if you see this, remember to follow @carpathianflorist
</p>
<p class="text-gray-500 mb-3">
the original error text here talked about internet gremlins and wtf
</p>
<a href="/" class="btn btn-gray">Go to frontpage</a>
</div>
</div>
{% endblock %}