From 7cfc0b0bddb6a2a5a65476a49c261abc942d948e Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 12 Jan 2024 19:05:34 +0000 Subject: [PATCH] Removing the stupidity from the 404 page --- index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 4f6d9ce..1fadfc8 100644 --- a/index.js +++ b/index.js @@ -264,9 +264,8 @@ pageUpdate() app.use((req, res, next) => { res.status(404).send(` -

...what?

-

Uh oh... I think your lost? There's nothing here :P -
Maybe you were sent the wrong link? Try going to 'fs.violets-purgatory.dev' instead if you were expecting a file...

+

404

+

Uh oh... I think your lost? There's nothing here :P

`) }) \ No newline at end of file