]> gitweb.ps.run Git - lolstats/blobdiff - index.js
User interface
[lolstats] / index.js
index f887339add31ca39e4d207f5f7ffa33383ab7ff9..2f251888db954f41339028a879d4af6714205d04 100644 (file)
--- 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;