ekzyis/html/404.html

21 lines
386 B
HTML

<!DOCTYPE html>
<html lang="en-us">
{{ template "head" . }}
<body>
{{ template "nav" }}
<div class="container my-auto">
<div class="flex flex-col">
<pre class="mx-auto">
__ __ ____ __ __
/ // / / __ \/ // /
/ // /_/ / / / // /_
/__ __/ /_/ /__ __/
/_/ \____/ /_/
</pre>
<div class="text-center">page not found</div>
</div>
</div>
{{ template "footer" . }}
</body>
</html>