abtmtr-v13/views/pages/404.ejs

13 lines
388 B
Text
Raw Permalink Normal View History

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>&lt;&lt; <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>