mirror of
https://github.com/nicolas-cusan/destyle.css.git
synced 2025-09-01 01:01:48 +02:00
Add tracking
This commit is contained in:
10
compare.html
10
compare.html
@@ -10,6 +10,16 @@
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="stylesheet" href="destyle.css" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<meta name="google-site-verification" content="6NN30tyC1Cm8FIYA9_PwrI8vf_dqvILEXn220VFXdVs" />
|
||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-147083107-1"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-147083107-1');
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<main class="compare-container">
|
||||
|
Reference in New Issue
Block a user