planblog/layouts/404.html
Jakub Filo 6d51de1e07 -fixed unwanted scrollbar behavior
-modified font awesome links section of header
-cleaned up footer
-changed name to planblog to better fit my use
-added adsense support
2017-03-29 22:24:53 +02:00

8 lines
224 B
HTML

{{ partial "header.html" . }}
<section class="row not-found">
<h1 class="col-md-4 col-md-offset-4">404</h1>
<div class="col-md-4 col-md-offset-4">This page does not exist!</div>
</section>
{{ partial "footer.html" . }}