diff options
| author | Tommaso Lanza <t@theworkers.net> | 2015-08-26 20:28:23 +0100 |
|---|---|---|
| committer | Tommaso Lanza <t@theworkers.net> | 2015-08-26 20:28:23 +0100 |
| commit | 7d1b1b13bfd11e3e77497946c046b706ec77b713 (patch) | |
| tree | 7418530219d9b8469620efbaf222fa987e41dead | |
| parent | 79ab6e3d8d6f32a4ae3927c36edf109754d0fa18 (diff) | |
| -rw-r--r-- | index.html | 18 |
1 files changed, 3 insertions, 15 deletions
@@ -8,9 +8,8 @@ <meta name="google" content="notranslate"> <title>JTAG</title> <link href='http://fonts.googleapis.com/css?family=Chango' rel='stylesheet' type='text/css'> - <!-- <link href='http://fonts.googleapis.com/css?family=Roboto:400,900' rel='stylesheet' type='text/css'> --> - <link rel="stylesheet" type="text/css" href="/css/reset.css"> - <link rel="stylesheet" type="text/css" href="/css/style.css"> + <link rel="stylesheet" type="text/css" href="css/reset.css"> + <link rel="stylesheet" type="text/css" href="css/style.css"> <script> var _lr = _lr || {}; _lr.host = (location.host || 'localhost').split(':')[0]; @@ -41,17 +40,6 @@ </div> </div> </div> - <script src="/js/index.js"></script> - <script> - var sc_project = 0000000; - var sc_invisible = 1; - var sc_security = "000000"; - (function(doc, tag) { - var el = doc.createElement(tag); - var ct = doc.getElementsByTagName(tag)[0]; - el.src = ('https:' === location.protocol ? '//secure' : '//www') + '.statcounter.com/counter/counter.js'; - ct.parentNode.insertBefore(el, ct); - }(document, 'script')) - </script> + <script src="js/index.js"></script> </body> </html> |
