hugo-sustain/layouts/404.html

14 lines
278 B
HTML
Raw Normal View History

2016-10-22 07:20:15 +00:00
{{ partial "head" . }}
2016-10-25 00:14:23 +00:00
<body>
<div id="wrap">
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
</div>
2016-10-22 07:20:15 +00:00
</div>
</div>
2016-10-25 00:14:23 +00:00
{{ partial "footer" . }}
</body>
</html>