rimgo/views/errors/429.hbs

21 lines
473 B
Handlebars
Raw Normal View History

2022-09-10 14:11:17 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2022-09-13 20:31:55 +00:00
<title>Rate limited by Imgur - rimgo</title>
2023-06-10 16:04:29 +00:00
{{> partials/head }}
2022-09-10 14:11:17 +00:00
</head>
2023-06-10 16:04:29 +00:00
<body class="font-sans text-lg bg-slate-800 text-white">
{{> partials/nav }}
2022-09-10 14:11:17 +00:00
<main>
2023-06-10 16:04:29 +00:00
<h2 class="text-2xl font-bold">Rate limited by Imgur</h2>
<p>This instance has been temporarily blocked by Imgur. <a href="https://rimgo.codeberg.page/#{{ path }}">Try using another instance ></a></p>
2022-09-10 14:11:17 +00:00
</main>
2023-06-10 16:04:29 +00:00
{{> partials/footer }}
2022-09-10 14:11:17 +00:00
</body>
</html>