2018-07-09 21:41:17 +02:00
|
|
|
{{define "404"}}<!DOCTYPE html>
|
2020-01-17 20:32:21 +01:00
|
|
|
<html lang="en">
|
2018-07-09 21:41:17 +02:00
|
|
|
<head>
|
|
|
|
{{template "meta_tags" "Not Found"}}
|
2019-02-18 13:37:41 +01:00
|
|
|
{{template "user_style" .}}
|
2018-07-09 21:41:17 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2019-09-17 23:38:40 +02:00
|
|
|
{{template "page_top" .}}
|
|
|
|
<h1>This page does not exist!</h1>
|
|
|
|
<div class="page_content"><div class="limit_width">
|
2019-07-28 22:34:15 +02:00
|
|
|
<p>
|
|
|
|
If you came here by a link from this very same website you can
|
|
|
|
tell me about it on
|
|
|
|
<a href="https://twitter.com/Fornax96">twitter</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Either way, there's nothing to see here, so you'll have to
|
|
|
|
<a href='/'>head over to the home page</a>.
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
Bye!
|
|
|
|
</p>
|
2019-09-17 23:38:40 +02:00
|
|
|
</div></div>
|
|
|
|
{{template "page_bottom"}}
|
2018-07-09 21:41:17 +02:00
|
|
|
{{template "analytics"}}
|
|
|
|
</body>
|
2020-01-28 12:51:21 +01:00
|
|
|
</html>
|
2018-07-09 21:41:17 +02:00
|
|
|
{{end}}
|