treesummaryrefslogcommitdiff
path: root/index.js
diff options
context:
space:
mode:
authorPatrick Schönberger2018-12-10 18:45:49 +0100
committerPatrick Schönberger2018-12-10 18:45:49 +0100
commit7aecc11333eeff555614048d16b4073ce65f7812 (patch)
treebacf6d1c878c1bbde45ace119255223e0b9e9a0a /index.js
parent357831fb54ab6a832df76924676b43689fa0461c (diff)
downloadlolstats-7aecc11333eeff555614048d16b4073ce65f7812.tar.gz
lolstats-7aecc11333eeff555614048d16b4073ce65f7812.zip
User interface
Diffstat (limited to 'index.js')
-rw-r--r--index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.js b/index.js
index f887339..2f25188 100644
--- a/index.js
+++ b/index.js
@@ -7,6 +7,7 @@ const port = 3000
let rules = [
["/", "index.html"],
["/script.js", "script.js"],
+ ["/style.css", "style.css"],
];
let obfuscateJs = false;