1
0
mirror of https://dev.s-ul.net/Galexion/MaiMaiDXNet.git synced 2024-11-24 09:30:10 +01:00
MaiMaiDXNet/views/error.ejs

6 lines
171 B
Plaintext
Raw Normal View History

2023-02-17 00:50:32 +01:00
<% var rootPath='../' ; %>
<%- include(rootPath + 'templates/header.ejs' ); %>
<h1>Fuck. Something Went Wrong or you got 404'd.</h1>
<%=error%>
</body>
</html>