kycnot.me/templates/error.html
2021-09-01 18:27:56 +02:00

19 lines
570 B
HTML
Executable file

<html lang="en" data-theme="dark">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/static/css/pico.min.css">
<title>FFN: Error</title>
</head>
<body>
<header class="container">
<hgroup>
<h2> {{error}} (anymore) </h2>
<h3 class="contrast"> {{error}} </h3>
{% if return %}
<a href={{ret}} type="button" class="secondary">Go back</a>
{% endif %}
</hgroup>
<img style="width:38vw;" src="/static/img/error.png" alt="Error Dinosaur">
</header>
</body>
</html>