ensl_gathers/views/404.hbs
2015-07-20 10:41:58 +01:00

10 lines
No EOL
234 B
Handlebars

<div id="page-wrapper" style="min-height: 750px;">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Four Oh Four</h1>
<p>Page not found</p>
</div>
</div>
</div>
</div>