+ 404 page which has to be configured with nginx
This commit is contained in:
parent
d97e2b4120
commit
ef568b9eb1
@ -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>
|
BIN
themes/shockrah.xyz/static/cantfindshit.gif
Normal file
BIN
themes/shockrah.xyz/static/cantfindshit.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue
Block a user