freedom/layouts/404.html

23 lines
776 B
HTML
Raw Normal View History

2023-02-19 21:39:29 -05:00
<!DOCTYPE html>
<html>
<head>
{{partial "head" .}}
<title>404: Not Found</title>
</head>
<body>
{{partial "header" .}}
{{partial "banner-item" .}}
<main>
<article>
<h1>Error 404</h1>
<p>Unfortunately this isn't a real page (yet?).<br>
If you believe this is a mistake please <a href="mailto:contact@libresolutions.network?subject=RE:%20404">get in touch</a>.</p>
<p>A search function is in the works...</p>
2023-03-06 19:49:09 -05:00
<p>Please consider <a href="/about/#supporting-this-work">Supporting this work</a></p>
2023-02-19 21:39:29 -05:00
</article>
</main>
2023-07-14 08:17:37 -04:00
<hr>
2023-02-19 21:39:29 -05:00
{{partial "footer" .}}
2023-07-14 08:17:37 -04:00
{{partial "spritesheet" .}}
2023-02-19 21:39:29 -05:00
</body>
</html>