surwiki/templates/404.html
2017-10-13 15:27:35 +02:00

11 lines
153 B
HTML

<div class="container">
<header>
<h1>Not found</h1>
</header>
<article>
<p>This page was not found.</p>
</article>
</div>
{{>footer/default.html}}