Update index.html

Add Google Analytics for 4chan ads
This commit is contained in:
plebeius.eth
2023-09-23 11:00:49 +02:00
committed by GitHub
parent 22300490ff
commit 6e906261f4
+10
View File
@@ -1,6 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2M2VYEFL7B"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-2M2VYEFL7B');
</script>
<!-- ^ Google tag (gtag.js) ^ -->
<meta charset="utf-8" />
<meta name="referrer" content="no-referrer" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />