Update whypair/Pages/Shared/_Landing.cshtml
All checks were successful
Gitea CI/CD / build (push) Successful in 1m33s

Matomo Analytics.
This commit is contained in:
2025-04-18 19:20:34 +10:00
parent af3d1cd73e
commit 03d552e9f1

View File

@@ -8,7 +8,21 @@
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
<link rel="stylesheet" href="~/css/util.css" asp-append-version="true" /> <link rel="stylesheet" href="~/css/util.css" asp-append-version="true" />
<link rel="stylesheet" href="~/whypair.styles.css" asp-append-version="true" /> <link rel="stylesheet" href="~/whypair.styles.css" asp-append-version="true" />
<script defer data-domain="whypair.com" src="https://analytics.rokoh.com/js/script.js"></script> <!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.rokoh.com/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '4']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head> </head>
<body> <body>
<div class="bg-img1 size1 flex-w flex-c-m p-t-55 p-b-55 p-l-15 p-r-15" style="background-image: url('img/whypair-bg-cover.jpg');"> <div class="bg-img1 size1 flex-w flex-c-m p-t-55 p-b-55 p-l-15 p-r-15" style="background-image: url('img/whypair-bg-cover.jpg');">