aboutsummaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
authorJoelHMikael <joel.h.kronqvist@gmail.com>2021-12-07 14:09:23 +0200
committerJoelHMikael <joel.h.kronqvist@gmail.com>2021-12-07 14:09:23 +0200
commit278d57ab2f06b246e2c671ba7f453408c0468318 (patch)
tree7ed140424a45ae11f934219ba4b6e81fb897e0df /server.js
parent68bfb9cc8eeaeb93fa6b4eae649d82ddb1f01234 (diff)
downloadLYLLRuoka-278d57ab2f06b246e2c671ba7f453408c0468318.tar.gz
LYLLRuoka-278d57ab2f06b246e2c671ba7f453408c0468318.zip
Made a frontend that can be looked at
Diffstat (limited to 'server.js')
-rw-r--r--server.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.js b/server.js
index d4a1311..86e107d 100644
--- a/server.js
+++ b/server.js
@@ -20,6 +20,7 @@ async function init()
const build = {
"./index.html": buildMain,
"./index.css": buildDefault,
+ "./404/index.css": buildDefault
};
const errorPath = "./404/index.html";