Adding simple 404 page
This commit is contained in:
parent
40501b0642
commit
396f792ac1
@ -0,0 +1,22 @@
|
|||||||
|
|
||||||
|
<!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, that page isn't real (</h1></a>
|
||||||
|
<a href="/"><img src="/img/cantfindshit.gif"/></a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
{{- partial "footer.html" . -}}
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
|
BIN
main-site/themes/temper/static/img/cantfindshit.gif
Normal file
BIN
main-site/themes/temper/static/img/cantfindshit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue
Block a user