diff options
author | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-12-07 14:09:23 +0200 |
---|---|---|
committer | JoelHMikael <joel.h.kronqvist@gmail.com> | 2021-12-07 14:09:23 +0200 |
commit | 278d57ab2f06b246e2c671ba7f453408c0468318 (patch) | |
tree | 7ed140424a45ae11f934219ba4b6e81fb897e0df /server.js | |
parent | 68bfb9cc8eeaeb93fa6b4eae649d82ddb1f01234 (diff) | |
download | LYLLRuoka-278d57ab2f06b246e2c671ba7f453408c0468318.tar.gz LYLLRuoka-278d57ab2f06b246e2c671ba7f453408c0468318.zip |
Made a frontend that can be looked at
Diffstat (limited to 'server.js')
-rw-r--r-- | server.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ async function init() const build = { "./index.html": buildMain, "./index.css": buildDefault, + "./404/index.css": buildDefault }; const errorPath = "./404/index.html"; |