diff options
| -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> |
