This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
jichan.org-go/dict/templates/partials/404.html
2023-07-24 14:14:15 -07:00

8 lines
No EOL
288 B
HTML

{{ 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 }}