1
Fork 0
theorangeone.net-legacy/layouts/404.html

9 lines
294 B
HTML
Raw Permalink Normal View History

2017-11-11 15:36:08 +00:00
{{ define "main" }}
<header id="index-header" class="d-flex align-items-center">
<div class="text-center m-auto text-light">
<h1 class="display-1">There's nothing here!</h1>
<p class="lead">The page you were looking for could not be found</p>
</div>
</header>
{{ end }}