X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/357831fb54ab6a832df76924676b43689fa0461c..7aecc11333eeff555614048d16b4073ce65f7812:/index.js?ds=sidebyside 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;