This commit is contained in:
bingus_violet 2023-12-19 18:16:30 +00:00
parent 30d598e426
commit 037d5130b5

View file

@ -298,7 +298,7 @@ function mastoUpdate() {
app.use((req, res, next) => { app.use((req, res, next) => {
res.status(404).send( res.status(404).send(
`<link rel="stylesheet" href="./style.css"> `<link rel="stylesheet" href="/style.css">
<h1>...what?</h1> <h1>...what?</h1>
<p>Uh oh... I think your lost? There's nothing here :P <p>Uh oh... I think your lost? There's nothing here :P
<br>Maybe you were sent the wrong link? Try going to 'fs.violets-purgatory.dev' instead if you were expecting a file...</p>` <br>Maybe you were sent the wrong link? Try going to 'fs.violets-purgatory.dev' instead if you were expecting a file...</p>`