website/resources/views/errors/429.blade.php

15 lines
598 B
PHP

@extends('layouts.loggedout')
@section('title')
<title>429 - {{ env('APP_NAME') }}</title>
@endsection
@section('titlediscord')
<meta content="429 - {{ 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>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>
@endsection