diff --git a/index.js b/index.js index d930662..1fadfc8 100644 --- a/index.js +++ b/index.js @@ -225,6 +225,8 @@ function pageUpdate() { html = html.replace("{SEASONAL_EFFECT}", "") } + html = '\n' + html + fs.writeFileSync(path.join(__dirname, 'static/index.html'), html) } @@ -262,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 diff --git a/static/extras/discord/index.html b/static/extras/discord/index.html index 6a38921..b198572 100644 --- a/static/extras/discord/index.html +++ b/static/extras/discord/index.html @@ -5,7 +5,7 @@ - + diff --git a/static/extras/index.html b/static/extras/index.html index 9c5aefb..9664a6f 100644 --- a/static/extras/index.html +++ b/static/extras/index.html @@ -22,7 +22,7 @@

Just some fun things that really don't have use on the main page but exist anyway!

- Dynamic Discord Status (Javascript, W.I.P) +

Dynamic Discord Status (Javascript, W.I.P)

\ No newline at end of file diff --git a/static/style.css b/static/style.css index 9ff68a6..03fec80 100644 --- a/static/style.css +++ b/static/style.css @@ -78,7 +78,7 @@ a { } .chip:hover { - /* background-color: rgb(20, 10, 30); */ + background-color: rgb(20, 10, 30); transform: scale(1); /* font-size: 1.35rem; */ border-color: white;