spee.ch/views/fourOhFour.handlebars
2017-07-03 11:16:51 -07:00

7 lines
148 B
Handlebars

<div class="wrapper">
{{> topBar}}
<div>
<h3>404: Not Found</h3>
<p>That page does not exist. Return <a href="/">home</a>.</p>
</div>
</div>