X-Git-Url: https://gitweb.ps.run/lolstats/blobdiff_plain/6ffe45903da73b236918489d2df554832c594b76..9b52f8e63824d57d896efee53bc8e9abe624857c:/index.js 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;