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 037e116 commit 102e3d8Copy full SHA for 102e3d8
index.html
@@ -1,6 +1,14 @@
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
+ <!-- Global site tag (gtag.js) - Google Analytics -->
5
+ <script async src="https://www.googletagmanager.com/gtag/js?id=UA-162313419-1"></script>
6
+ <script>
7
+ window.dataLayer = window.dataLayer || [];
8
+ function gtag(){dataLayer.push(arguments);}
9
+ gtag('js', new Date());
10
+ gtag('config', 'UA-162313419-1');
11
+ </script>
12
<title>ProgrammerGaurav | Gaurav Gupta | portfolio | Web Developer</title>
13
<meta charset="utf-8">
14
<meta name="viewport" content="width=device-width, initial-scale=1.0">
0 commit comments