Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ramkrishna2910 authored Apr 27, 2024
1 parent 3314a2d commit 9a62311
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,15 @@
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="ramkrishna2910" />

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3R4GCX66NY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-3R4GCX66NY');
</script>
<!-- <link rel="shortcut icon" href="images/favicon.ico"> -->

<!--Bootstrap Css-->
Expand Down Expand Up @@ -731,4 +739,4 @@ <h2><span class="font-weight-bold">Interests</span></h2>
});
</script>
</body>
</html>
</html>

0 comments on commit 9a62311

Please sign in to comment.