Files
mehl.mx/themes/hugo-sustain/layouts/404.html
2019-03-18 16:52:27 +01:00

14 lines
278 B
HTML

{{ partial "head" . }}
<body>
<div id="wrap">
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
<h3>Uh oh! Page not found!</h3>
</div>
</div>
</div>
{{ partial "footer" . }}
</body>
</html>