rimgo/views/errors/429.hbs

22 lines
460 B
Handlebars
Raw Normal View History

2022-09-10 14:11:17 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
{{> 'partials/head' }}
2022-12-21 00:35:48 +00:00
<link rel="stylesheet" href="/static/css/error.css" />
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>
2023-01-01 20:05:30 +00:00
<p class="errorTitle">This instance has been temporarily blocked by Imgur. <a href="https://rimgo.codeberg.page/">Try using another instance</a>.</p>
2022-09-10 14:11:17 +00:00
</main>
</body>
</html>