49 lines
1.5 KiB
PHP
Executable file
49 lines
1.5 KiB
PHP
Executable file
|
|
<link rel="stylesheet" href="https://dayz.echosystem.fr/bootstrap.min.unminify.css" crossorigin="anonymous">
|
|
<link href="https://dayz.echosystem.fr/main.css" rel="stylesheet">
|
|
|
|
|
|
|
|
<!-- Matomo -->
|
|
<script type="text/javascript">
|
|
var _paq = window._paq = window._paq || [];
|
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
|
_paq.push(["setDomains", ["*.dayz.echosystem.fr"]]);
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function() {
|
|
var u="https://echosystem.fr/PiwM/";
|
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
|
_paq.push(['setSiteId', '16']);
|
|
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>
|
|
<noscript><p><img src="https://echosystem.fr/PiwM/matomo.php?idsite=16&rec=1" style="border:0;" alt="" /></p></noscript>
|
|
<!-- End Matomo Code -->
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JT9LXGJV0C"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-JT9LXGJV0C');
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<!-- Dark Theme -->
|
|
<script>
|
|
$("#darkTrigger").click(function(){
|
|
if ($("body").hasClass("dark")){
|
|
$("body").removeClass("dark");
|
|
}
|
|
else{
|
|
$("body").addClass("dark");
|
|
}
|
|
});
|
|
</script>
|
|
|