diff options
| author | moehm | 2014-05-30 11:04:28 +0200 |
|---|---|---|
| committer | moehm | 2014-05-30 11:04:28 +0200 |
| commit | d6997febbdf6d424fcd0702e3324588387dc2cd9 (patch) | |
| tree | 9ebe96433d2ae394e95a78e87e1a7f0831ab85b0 /www/static/piwik.html | |
| parent | e5e8ee54e4b404d0cbdf69bebc3d9bdd9bd04855 (diff) | |
| download | random-d6997febbdf6d424fcd0702e3324588387dc2cd9.tar.gz | |
rewrite
Diffstat (limited to 'www/static/piwik.html')
| -rw-r--r-- | www/static/piwik.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/static/piwik.html b/www/static/piwik.html new file mode 100644 index 0000000..91e8c63 --- /dev/null +++ b/www/static/piwik.html @@ -0,0 +1,14 @@ +<script type="text/javascript"> + var _paq = _paq || []; + _paq.push(["trackPageView"]); + _paq.push(["enableLinkTracking"]); + + (function() { + var u=(("https:" == document.location.protocol) ? "https" : "http") + "://a.iamfabulous.de/"; + _paq.push(["setTrackerUrl", u+"piwik.php"]); + _paq.push(["setSiteId", "5"]); + var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript"; + g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s); + })(); +</script> +<noscript><img src="https://a.iamfabulous.de/piwik.php?idsite=5&rec=1" style="border:0" alt="" /></noscript> |
