2023-07-16 01:59:30 +00:00
|
|
|
@extends('layouts.minimal')
|
|
|
|
@section('title', 'Error 429: Overclocking Detected!')
|
|
|
|
@section('content')
|
2023-07-16 00:49:09 +00:00
|
|
|
<h1>Error 429: Overclocking Detected!</h1>
|
2023-07-25 23:08:58 +00:00
|
|
|
<hr>
|
2023-07-16 00:49:09 +00:00
|
|
|
<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>
|
2023-07-16 00:49:09 +00:00
|
|
|
Click <a href="/guestbook">here</a> to go back to the guestbook.
|
2023-07-16 01:59:30 +00:00
|
|
|
@stop
|