Update index.html
This commit is contained in:
parent
772229a61d
commit
d3dcfcf440
1 changed files with 13 additions and 0 deletions
13
index.html
13
index.html
|
@ -8,6 +8,19 @@
|
||||||
*,*:before,*:after{box-sizing:border-box}
|
*,*:before,*:after{box-sizing:border-box}
|
||||||
body{margin:20px;font-size:16px;font-family: sans-serif;}
|
body{margin:20px;font-size:16px;font-family: sans-serif;}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _paq = window._paq = window._paq || [];
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="https://analytics.lbry.com/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '13']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue