public_notes/layouts/404.html

17 lines
351 B
HTML
Raw Normal View History

2021-07-19 00:54:00 +09:00
<!DOCTYPE html>
<html lang="en">
{{ partial "head.html" . }}
<body>
2021-07-20 05:30:36 +09:00
<div class="singlePage">
2021-07-19 00:54:00 +09:00
{{partial "darkmode.html" .}}
2021-07-20 05:30:36 +09:00
<div class="centered">
2021-07-19 00:54:00 +09:00
<h1>404.</h1>
2021-07-20 07:02:16 +09:00
<h3>Hey! You look a little lost. This page doesn't exist (or may be private).</h3>
2021-07-20 05:30:36 +09:00
<a href="/">↳ Let's get you home.</a>
2021-07-19 00:54:00 +09:00
</div>
</div>
</body>
</html>