generated from ElnuDev/go-project
Improved 404
This commit is contained in:
parent
dee29d1277
commit
3a7d33203b
3 changed files with 14 additions and 6 deletions
8
dict/templates/partials/404.html
Normal file
8
dict/templates/partials/404.html
Normal 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 }}
|
Reference in a new issue