Add error page for ratelimit

This commit is contained in:
video-prize-ranch
2022-09-10 10:11:17 -04:00
parent f0c1b7f4fe
commit 1263e66f45
6 changed files with 54 additions and 27 deletions

20
views/errors/429.hbs Normal file
View File

@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
{{> 'partials/head' }}
<title>404 - rimgo</title>
</head>
<body>
{{> 'partials/header' }}
<main>
<h2 class="errorTitle">Rate limited by Imgur</h2>
<p class="errorTitle">This instance has been temporarily blocked by Imgur. <a href="https://codeberg.org/video-prize-ranch/rimgo#instances">Try using another instance</a>.</p>
</main>
</body>
</html>