diskfloppy.me/resources/views/errors/guestbook-ratelimit.blade.php

11 lines
381 B
PHP
Raw Normal View History

@extends('layouts.minimal')
@section('title', 'Error 429: Overclocking Detected!')
@section('content')
<h1>Error 429: Overclocking Detected!</h1>
2023-07-25 23:08:58 +00:00
<hr>
<p>Whoa there! Your submissions are going at warp speed.</p>
<p>Remember you can only submit an entry <u>once every hour</u>!</p>
2023-07-25 23:08:58 +00:00
<br>
Click <a href="/guestbook">here</a> to go back to the guestbook.
@stop