Update index.html
This commit is contained in:
parent
d3dcfcf440
commit
4bb4ef4269
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
*,*: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>
|
||||||
|
|
||||||
|
<!-- Matomo -->
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var _paq = window._paq = window._paq || [];
|
var _paq = window._paq = window._paq || [];
|
||||||
_paq.push(['trackPageView']);
|
_paq.push(['trackPageView']);
|
||||||
|
@ -21,6 +22,8 @@
|
||||||
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
g.type='text/javascript'; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<noscript><p><img src="https://analytics.lbry.com/matomo.php?idsite=13&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||||
|
<!-- End Matomo Code -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
Loading…
Reference in a new issue