Skip to content

Commit

Permalink
updated analytics code
Browse files Browse the repository at this point in the history
  • Loading branch information
RiteshIIT committed Apr 5, 2024
1 parent 0b6cf9d commit e37d3a6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WZBBV8PX');
</script>
})(window,document,'script','dataLayer','GTM-WZBBV8PX');</script>
<!-- End Google Tag Manager -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" />
Expand Down Expand Up @@ -264,10 +262,8 @@
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZBBV8PX"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WZBBV8PX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<h1>Performance Index Calculator</h1>
Expand Down

0 comments on commit e37d3a6

Please sign in to comment.