treesummaryrefslogcommitdiff
path: root/index.js
diff options
context:
space:
mode:
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;