mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-05 03:34:49 +01:00
15 lines
No EOL
275 B
Text
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> |