Files
mehl.mx/themes/hugo-sustain/layouts/404.html

18 lines
412 B
HTML
Raw Normal View History

2019-03-18 16:50:46 +01:00
{{ partial "head" . }}
<body>
<div id="wrap">
{{ partial "header" . }}
<div class="container">
<div class="page-not-found">
2019-10-22 20:02:57 +02:00
<h1>Four-oh-four</h1>
<h3>Page not found :(</h3>
<h4>Go back to <a href="/">start</a>.</h4>
2019-03-18 16:50:46 +01:00
</div>
</div>
</div>
{{ partial "footer" . }}
2019-10-22 20:02:57 +02:00
{{ partial "js" . }}
{{ partial "matomo" . }}
2019-03-18 16:50:46 +01:00
</body>
</html>