We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf44654 commit e13ac21Copy full SHA for e13ac21
index.html
@@ -55,6 +55,15 @@
55
<link rel="stylesheet" href="css/main.css">
56
57
<script>console.log("\nPython Nordeste 2022\n\nPessoas > Tecnologia\n✊🏿✊🏾✊🏽✊✊🏼✊🏻 🏳️🌈🏳️⚧️♿\n ")</script>
58
+
59
+ <!-- Global site tag (gtag.js) - Google Analytics -->
60
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-L0X42JQJ9N"></script>
61
+ <script>
62
+ window.dataLayer = window.dataLayer || [];
63
+ function gtag(){dataLayer.push(arguments);}
64
+ gtag('js', new Date());
65
+ gtag('config', 'G-L0X42JQJ9N');
66
+ </script>
67
</head>
68
<body>
69
<main>
0 commit comments