Update index.html

This commit is contained in:
Alex Grin 2021-07-27 12:33:28 -04:00 committed by GitHub
parent 772229a61d
commit d3dcfcf440
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>