1
Fork 0

Add error template to layouts folder

This commit is contained in:
Korbs 2024-05-12 18:25:33 -04:00
parent e3b35a4426
commit f23f9cfd20
3 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
<%- include('error.ejs', {
<%- include('./layouts/error.ejs', {
error: "404 ER_ROR",
description: "you are in violation. thEy mustn't know you were here. no one should ever find out About this. you can never tell anyone about thiS -- for The sake of the others' survIval, you muSt keep this silent. we mUst keeP silent. no one can know. no one can know. no o ne c an kn ow_ (Violation Code. 15398642_14)"
}) %>

View file

@ -1,4 +1,4 @@
<%- include('error.ejs', {
<%- include('./layouts/error.ejs', {
error: "502",
description: "An error has occurred. Try again or come back later."
}) %>