spee.ch/views/fourOhFour.handlebars
2017-06-22 21:43:53 -07:00

9 lines
180 B
Handlebars

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