ensl_gathers/views/404.hbs

10 lines
234 B
Handlebars
Raw Normal View History

2015-07-20 09:41:58 +00:00
<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>