20 lines
410 B
Handlebars
20 lines
410 B
Handlebars
|
<!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>
|