mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 14:50:27 +00:00
13 lines
215 B
HTML
13 lines
215 B
HTML
{{template "head.html"}}
|
|
{{template "menu.html"}}
|
|
|
|
<section>
|
|
<h2>Page not found</h2>
|
|
<p>
|
|
Nothing to see here...<br />
|
|
<a href="/">Return home</a>
|
|
</p>
|
|
</section>
|
|
|
|
{{template "end.html"}}
|