+ 404 page which has to be configured with nginx

This commit is contained in:
shockrah 2021-08-14 15:32:43 -07:00
parent d97e2b4120
commit ef568b9eb1
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<style>
h1 {
text-align: center;
}
</style>
<body>
<div id="layout">
<div id="main">
<div class="content">
<a href="/"><h1>wtf</h1></a>
<a href="/"><img src="/cantfindshit.gif"/></a>
</div>
</div>
</div>
{{- partial "footer.html" . -}}
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB