discord-bot/src/server/views/404.ejs
2024-10-15 22:57:47 +02:00

17 lines
No EOL
292 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("../partials/head.ejs"); %>
</head>
<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>