l1l1th/src/server/views/404.ejs
2024-10-15 15:09:04 +02:00

15 lines
No EOL
275 B
Text

<!DOCTYPE html>
<html lang="en">
<%- include("../partials/head.ejs"); %>
<body>
<%- include("../partials/header.ejs"); %>
<div class="container">
<h1>404</h1>
<p>What are you looking for?</p>
</div>
<%- include("../partials/footer.ejs"); %>
</body>
</html>