rimgo/views/errors/429.hbs

20 lines
428 B
Handlebars
Raw Normal View History

2022-09-10 14:11:17 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
{{> 'partials/head' }}
2022-09-13 20:31:55 +00:00
<title>Rate limited by Imgur - rimgo</title>
2022-09-10 14:11:17 +00:00
</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>