Create 419.blade.php

This commit is contained in:
Thomas G 2022-08-21 23:42:06 +10:00
parent 35918e63f8
commit 4f03828586
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
@extends('layouts.loggedout')
@section('title')
<title>404 - {{ env('APP_NAME') }}</title>
@endsection
@section('titlediscord')
<meta content="404 - {{ env('APP_NAME') }}" property="og:title" />
@endsection
@section('descdiscord')
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
@endsection
@section('contentloggedout')
<h2>419 Page Expired</h2>
<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>
@endsection