26 lines
860 B
HTML
26 lines
860 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Test</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<!-- Piwik -->
|
||
|
<script type="text/javascript">
|
||
|
var _paq = _paq || [];
|
||
|
_paq.push(["setDocumentTitle", document.domain + "/" + document.title]);
|
||
|
_paq.push(["setCookieDomain", "localhost:8080"]);
|
||
|
_paq.push(["trackPageView"]);
|
||
|
_paq.push(["enableLinkTracking"]);
|
||
|
|
||
|
(function() {
|
||
|
var u=(("https:" == document.location.protocol) ? "https" : "http") + "://localhost:8080/";
|
||
|
_paq.push(["setTrackerUrl", u+"piwik.php"]);
|
||
|
_paq.push(["setSiteId", "1"]);
|
||
|
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+"track.js"; s.parentNode.insertBefore(g,s);
|
||
|
})();
|
||
|
</script>
|
||
|
<!-- End Piwik Code -->
|
||
|
</body>
|
||
|
</html>
|