refactor(templates): Supprime le code Statcounter obsolète des modèles de base.

This commit is contained in:
Serreau Jovann
2025-10-16 08:54:33 +02:00
parent 25f638faf8
commit f7deb334ee
2 changed files with 0 additions and 26 deletions

View File

@@ -19,19 +19,6 @@
{% if app.environment == "prod" %}
<meta name="sentry" content="up">
{% endif %}
<!-- Default Statcounter code for Mainframe https://mainframe.esy-web.dev/ -->
<script type="text/javascript">
var sc_project=13176362;
var sc_invisible=1;
var sc_security="fd9fac55";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13176362/0/fd9fac55/1/" alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</head>
{# Changement ici : fond noir, texte blanc #}
<body class="bg-gray-900 font-sans antialiased text-gray-100">

View File

@@ -52,19 +52,6 @@
{% if app.environment == "prod" %}
<meta name="sentry" content="up">
{% endif %}
<!-- Default Statcounter code for Mainframe https://mainframe.esy-web.dev/ -->
<script type="text/javascript">
var sc_project=13176362;
var sc_invisible=1;
var sc_security="fd9fac55";
</script>
<script type="text/javascript"
src="https://www.statcounter.com/counter/counter.js" async></script>
<noscript><div class="statcounter"><a title="Web Analytics"
href="https://statcounter.com/" target="_blank"><img class="statcounter"
src="https://c.statcounter.com/13176362/0/fd9fac55/1/" alt="Web Analytics"
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
<!-- End of Statcounter Code -->
</head>
<body class="bg-gray-100 dark:bg-gray-900 text-gray-900 dark:text-gray-100">