This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/404.ejs

16 lines
393 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<h2 class="no-margin">404</h2>
<p>file not found • <a href="/">go home</a></p>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>