abtmtr-v13/views/pages/404.ejs
2024-08-31 02:08:51 -05:00

13 lines
No EOL
388 B
Text

<!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>&lt;&lt; <a href="/">go back home</a></p>
</main>
<%- include("../components/footer.ejs") %>
<%- include("../components/post-main.ejs") %>
</body>
</html>