Improved 404

This commit is contained in:
Elnu 2023-07-24 14:14:15 -07:00
parent dee29d1277
commit 3a7d33203b
3 changed files with 14 additions and 6 deletions

View file

@ -0,0 +1,8 @@
{{ define "404" }}
<div class="center">
<br>
<h1>404 Not Found</h1>
<img src="https://tenor.com/view/fumo-touhou-reimu-reimu-peek-peeking-gif-22922061.gif" style="width: 256px" alt="Reimu fumo can't find nothin">
<p>Looks like this page doesn't exist?</p>
</div>
{{ end }}