Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 9d636a70 authored by LENIX.IO's avatar LENIX.IO
Browse files

Edit index.html

parent 5dc1f17b
No related branches found
No related tags found
1 merge request!11Edit index.html
Pipeline #62710 passed
...@@ -5,14 +5,15 @@ ...@@ -5,14 +5,15 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LENIX.IO</title> <title>LENIX.IO</title>
<!-- Google Analytics --> <!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=R9CR3K6LDC"></script> <script async src="https://www.googletagmanager.com/gtag/js?id=G-TH8TBQFKHJ"></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag(){dataLayer.push(arguments);}
gtag('js', new Date()); gtag('js', new Date());
gtag('config', 'G-R9CR3K6LDC'); gtag('config', 'G-TH8TBQFKHJ');
</script> </script>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment