From 5bdfc2b50f30d0901c97ff437898db1a92b8d15e Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Sat, 12 Jun 2021 16:06:11 +0200 Subject: [PATCH] Remove unused js and css --- index.html | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/index.html b/index.html index 9e3435e..14013d3 100644 --- a/index.html +++ b/index.html @@ -22,11 +22,6 @@ margin: 0 auto; } - dd { - margin-top: .2rem; - margin-bottom: .7rem; - } - code, .email { font-family: monospace, monospace; } @@ -83,14 +78,7 @@ emails[i].href = "mailto:" + decoded; } } - function hidenojs() { - var nojs = document.getElementsByClassName("nojs"); - for (var i = 0; i < nojs.length; i++) { - nojs[i].style.display = "none"; - } - } emaildecode(); - hidenojs();