ar.falsy.cat/layouts/404.html

18 lines
322 B
HTML

<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
<div>
{{partial "darkmode.html" .}}
<div>
<h1>404.</h1>
<h3>Hey! You look a little lost.</h3>
<ul id="sub-nav">
<li><a href="/">↳ Let's get you home.</a></li>
</ul>
</div>
</div>
</body>
</html>