oops
This commit is contained in:
parent
30d598e426
commit
037d5130b5
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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>`
|
||||||
|
|
Loading…
Reference in a new issue