2024-08-31 05:54:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<%- include("../components/page-head.ejs") %>
|
|
|
|
<body>
|
|
|
|
<main>
|
|
|
|
<h1>404 Not Found</h1>
|
|
|
|
<p>it seems the resource you're looking for doesn't exist.<br />try again later?</p>
|
|
|
|
<p><< <a href="/">go back home</a></p>
|
|
|
|
</main>
|
|
|
|
<%- include("../components/footer.ejs") %>
|
2024-08-31 07:08:51 +00:00
|
|
|
<%- include("../components/post-main.ejs") %>
|
2024-08-31 05:54:10 +00:00
|
|
|
</body>
|
|
|
|
</html>
|