mirror of
https://codeberg.org/pluja/kycnot.me
synced 2025-08-08 22:42:55 -04:00
19 lines
570 B
HTML
Executable file
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>
|