what the helk!?

This commit is contained in:
Ashley Graves 2024-10-15 15:09:04 +02:00
parent 7c210ee7a6
commit bfb14f4b15
14 changed files with 771 additions and 3 deletions

15
src/server/views/404.ejs Normal file
View file

@ -0,0 +1,15 @@
<!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>