diff options
author | Frankie B <git@diskfloppy.me> | 2023-07-16 15:30:11 +0100 |
---|---|---|
committer | Frankie B <git@diskfloppy.me> | 2023-07-16 15:32:06 +0100 |
commit | b9f2604bb5baacd3a2daef886acee6fba6029fd7 (patch) | |
tree | 22a1091b2b5ca088a1d1d6e5ecaa0169365555aa /resources/views/errors/ratelimit-guestbook.blade.php | |
parent | 65b02f3b8df505b60230af0647d7187f4dc7cfd7 (diff) |
Update error message files, increment version
Diffstat (limited to 'resources/views/errors/ratelimit-guestbook.blade.php')
-rw-r--r-- | resources/views/errors/ratelimit-guestbook.blade.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/resources/views/errors/ratelimit-guestbook.blade.php b/resources/views/errors/ratelimit-guestbook.blade.php deleted file mode 100644 index 1890789..0000000 --- a/resources/views/errors/ratelimit-guestbook.blade.php +++ /dev/null @@ -1,10 +0,0 @@ -@extends('layouts.minimal') -@section('title', 'Error 429: Overclocking Detected!') -@section('content') - <h1>Error 429: Overclocking Detected!</h1> - <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> - <br/> - Click <a href="/guestbook">here</a> to go back to the guestbook. -@stop |