updated errors

This commit is contained in:
Thomas G 2022-08-21 23:53:57 +10:00
parent 4f03828586
commit d170fde5a2
6 changed files with 17 additions and 11 deletions

View File

@ -12,7 +12,8 @@
<script src="{{ asset('js/403.js') }}"></script> <script src="{{ asset('js/403.js') }}"></script>
@endsection @endsection
@section('contentloggedout') @section('contentloggedout')
<h2>403 Forbidden</h2> <h2>403 | Forbidden</h2>
<p><button style="width: fit-content;" class="redbutton" onclick="window.history.back();">Back</button></p>
<p>OH SHIT WHAT HAVE YOU DONE GO BACK NOW BEFORE LUIGI KILLS US ALL!!!!!!</p> <p>OH SHIT WHAT HAVE YOU DONE GO BACK NOW BEFORE LUIGI KILLS US ALL!!!!!!</p>
<p>Luigi: I AM GOING TO KILL EVERYONE IN <span id="timeElement">5</span></p> <p>Luigi: I AM GOING TO KILL EVERYONE IN <span id="timeElement">5</span></p>
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content"> <img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">

View File

@ -9,7 +9,8 @@
<meta content="ARCHBLOX is a work in progress revival." property="og:description" /> <meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection @endsection
@section('contentloggedout') @section('contentloggedout')
<h2>404 Page Not Found</h2> <h2>404 | Page Not Found</h2>
<p><button style="width: fit-content;" class="greybutton" onclick="window.history.back();">Back</button></p>
<p>Aw man, look at what you have done. You've made Luigi mad!</p> <p>Aw man, look at what you have done. You've made Luigi mad!</p>
<p>Why don't you go back a page for us before Luigi destroys us all.</p> <p>Why don't you go back a page for us before Luigi destroys us all.</p>
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content"> <img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">

View File

@ -12,7 +12,8 @@
<script src="{{ asset('js/403.js') }}"></script> <script src="{{ asset('js/403.js') }}"></script>
@endsection @endsection
@section('contentloggedout') @section('contentloggedout')
<h2>405 Method Not Allowed</h2> <h2>405 | Method Not Allowed</h2>
<p><button style="width: fit-content;" disabled class="redbutton">Back</button></p>
<p>What have you done.</p> <p>What have you done.</p>
<p>Luigi: YOU CANNOT ESCAPE. YOU WILL BE DESTROYED IN <span id="timeElement">5</span></p> <p>Luigi: YOU CANNOT ESCAPE. YOU WILL BE DESTROYED IN <span id="timeElement">5</span></p>
<img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content"> <img alt="Angry Luigi" src="{{ asset('img/error.png') }}" width="100%" height="max-content">

View File

@ -1,15 +1,16 @@
@extends('layouts.loggedout') @extends('layouts.idenosidebar')
@section('title') @section('title')
<title>404 - {{ env('APP_NAME') }}</title> <title>419 - {{ env('APP_NAME') }}</title>
@endsection @endsection
@section('titlediscord') @section('titlediscord')
<meta content="404 - {{ env('APP_NAME') }}" property="og:title" /> <meta content="419 - {{ env('APP_NAME') }}" property="og:title" />
@endsection @endsection
@section('descdiscord') @section('descdiscord')
<meta content="ARCHBLOX is a work in progress revival." property="og:description" /> <meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection @endsection
@section('contentloggedout') @section('content')
<h2>419 Page Expired</h2> <h2>419 | Page Expired</h2>
<p><button style="width: fit-content;" class="greybutton" onclick="window.history.back();">Back</button></p>
<p>This means that you took too long to enter in information or there is an issue with a form.</p> <p>This means that you took too long to enter in information or there is an issue with a form.</p>
<p>Please reload the page. If you keep on getting this error, please contact the Developers via Discord or Messages.</p> <p>If you keep on getting this error, please contact the Developers via Discord or Messages.</p>
@endsection @endsection

View File

@ -9,6 +9,7 @@
<meta content="ARCHBLOX is a work in progress revival." property="og:description" /> <meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection @endsection
@section('contentloggedout') @section('contentloggedout')
<h2>429 Too Many Requests</h2> <h2>429 | Too Many Requests</h2>
<p><button style="width: fit-content;" class="greybutton" onclick="window.history.back();">Back</button></p>
<p>You've tried to do something too many times. Please try again in a few minutes.</p> <p>You've tried to do something too many times. Please try again in a few minutes.</p>
@endsection @endsection

View File

@ -9,6 +9,7 @@
<meta content="ARCHBLOX is a work in progress revival." property="og:description" /> <meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection @endsection
@section('contentloggedout') @section('contentloggedout')
<h2>500 Internal Server Error</h2> <h2>500 | Internal Server Error</h2>
<p><button style="width: fit-content;" class="greybutton" onclick="window.history.back();">Back</button></p>
<p>Please go back and try again. If it still does not work, contact one of the developers.</p> <p>Please go back and try again. If it still does not work, contact one of the developers.</p>
@endsection @endsection