Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aebone authored May 15, 2024
1 parent 4552571 commit 352ba0d
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<!DOCTYPE html>
<html lang="pt-br">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ESRVEHESE9"></script>
<!-- Google Analytics - Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q1REB9C6MD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-ESRVEHESE9');
gtag('config', 'G-Q1REB9C6MD');
</script>
<meta charset="utf-8">
<title>Análise Combinatória</title>
Expand All @@ -18,15 +18,6 @@
<script type="text/javascript" src="js/funcoes.js"></script>
<script type="text/javascript" src="js/script.js"></script>
<link rel="stylesheet" href="css/bootstrap.min.css">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-45365093-5', 'conversordemedidas.info');
ga('send', 'pageview');
</script>
</head>
<body>
<div class="container">
Expand Down

0 comments on commit 352ba0d

Please sign in to comment.