Skip to content

Commit 102e3d8

Browse files
Hello World!
1 parent 037e116 commit 102e3d8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<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>
412
<title>ProgrammerGaurav | Gaurav Gupta | portfolio | Web Developer</title>
513
<meta charset="utf-8">
614
<meta name="viewport" content="width=device-width, initial-scale=1.0">

0 commit comments

Comments
 (0)