mirror of
https://git.arson.gg/lilith/discord-bot.git
synced 2025-12-06 04:04:50 +01:00
what the helk!?
This commit is contained in:
parent
7c210ee7a6
commit
bfb14f4b15
14 changed files with 771 additions and 3 deletions
15
src/server/views/404.ejs
Normal file
15
src/server/views/404.ejs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue