forked from MarseyWorld/MarseyWorld
fix
parent
43d7ba1a85
commit
d84d11f1a2
|
@ -9,7 +9,7 @@
|
|||
{% 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/marseybrainlet.webp?v=1" class="w-14 h-14 object-contain mb-2">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseybrainlet.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">400 Bad Request</h1>
|
||||
<p class="text-gray-500">
|
||||
That request was bad and you should feel bad.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% 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/marseydead.webp?v=1" class="w-14 h-14 object-contain mb-2">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseydead.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">401 Not Authorized</h1>
|
||||
<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.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% 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/marseytroll.webp?v=1" class="w-14 h-14 object-contain mb-2">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseytroll.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">403 Forbidden</h1>
|
||||
<p class="text-gray-500 mb-3">
|
||||
YOU AREN'T WELCOME HERE GO AWAY
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% 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">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseyconfused.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">404 Page Not Found</h1>
|
||||
<p class="text-gray-500">
|
||||
Someone typed something wrong and it was probably you, please do better.
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% 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/marseyretard.webp?v=1" class="w-14 h-14 object-contain mb-2">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseyretard.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">405 Method Not Allowed</h1>
|
||||
<p class="text-gray-500">
|
||||
idk how anyone gets this error but if you see this, remember to follow @carpathianflorist
|
||||
|
|
|
@ -7,14 +7,14 @@
|
|||
{% block pagetype %}error-429{% 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/marseyrentfree.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/marseyrentfree.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">429 Too Many Requests</h1>
|
||||
<p class="text-muted mb-5">go spam somewhere else nerd</p>
|
||||
</div>
|
||||
<p class="text-gray-500 mb-3">
|
||||
go spam somewhere else nerd
|
||||
</p>
|
||||
<a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" class="btn btn-gray">Go to frontpage</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -7,16 +7,14 @@
|
|||
{% block pagetype %}error-500{% 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/marseydead.webp?v=1">
|
||||
<pre></pre>
|
||||
<h1 class="h5">500 Internal Server Error</h1>
|
||||
<p class="text-muted mb-5">Hiiiii it's carp! I think this error means that there's a timeout error. And I think that means something took too long to load so it decided not to work at all. If you keep seeing this on the same page <I>but not other pages</I>, then something is probably wrong with that specific function. It may not be called a function, but that sounds right to me. Anyway, ping me and I'll whine to someone smarter to fix it. Don't bother them. Thanks ily <3</p>
|
||||
<div><a href="/" class="btn btn-primary">Go to main feed</a></div>
|
||||
|
||||
</div>
|
||||
<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/marseydead.webp?v=1" class="w-14 h-14 object-contain mb-4">
|
||||
<h1 class="h5">500 Interal Server Error</h1>
|
||||
<p class="text-gray-500 mb-3">
|
||||
Hiiiii it's carp! I think this error means that there's a timeout error. And I think that means something took too long to load so it decided not to work at all. If you keep seeing this on the same page <em>but not other pages</em>, then something is probably wrong with that specific function. It may not be called a function, but that sounds right to me. Anyway, ping me and I'll whine to someone smarter to fix it. Don't bother them. Thanks ily <3
|
||||
</p>
|
||||
<a href="/" class="btn btn-gray">Go to frontpage</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
@ -7,22 +7,21 @@
|
|||
{% block pagetype %}error-451{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row justify-content-center">
|
||||
<div class="col col-md-5">
|
||||
<div class="text-center px-3 mt-5">
|
||||
<img loading="lazy" src="/assets/images/emojis/marseytwerking.webp?v=1">
|
||||
<h1 class="h5">Are you over 18?</h1>
|
||||
<p class="mb-5">This post is rated +18 (Adult-Only). You must be 18 or older to continue. Are you sure you want to proceed?</p>
|
||||
<div class="btn-toolbar justify-content-center mb-4">
|
||||
|
||||
<form action="/allow_nsfw" method="post">
|
||||
<input type="hidden" name="redir" value="{{request.path}}">
|
||||
<input type="submit" class="btn btn-danger mr-2" value="Yes, I am +18">
|
||||
</form>
|
||||
<div><a href="/" class="btn btn-secondary">No</a></div>
|
||||
</div>
|
||||
|
||||
<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-4">
|
||||
<h1 class="h5">Are you over 18?</h1>
|
||||
<p class="text-gray-500 mb-3">
|
||||
This post is rated +18 (Adult-Only). You must be 18 or older to continue. Are you sure you want to proceed?
|
||||
</p>
|
||||
<div class="flex flex-wrap space-x-2">
|
||||
<form action="/allow_nsfw" method="post">
|
||||
<input type="hidden" name="redir" value="{{request.path}}">
|
||||
<input type="submit" class="btn btn-red" value="Yes, I am +18">
|
||||
</form>
|
||||
<a href="/" class="btn btn-gray">No</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Reference in New Issue