8 lines
281 B
HTML
8 lines
281 B
HTML
---
|
||
layout: default
|
||
---
|
||
<div class="container text-center" style="margin: 3rem auto;">
|
||
<h1><b>404 - Page not found</b></h1>
|
||
<h4>Sorry, we can’t find that page that you’re looking for.</h4>
|
||
<a href="{{ site.baseurl }}/" class="btn btn-primary">Back to homepage</a>
|
||
</div>
|