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