Skip to content

Commit fab99ec

Browse files
committed
Analytics
script of Google Analytics on <head>
1 parent a5a18e3 commit fab99ec

File tree

1 file changed

+23
-12
lines changed

1 file changed

+23
-12
lines changed

Diff for: index.html

+23-12
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4+
5+
<!-- Global site tag (gtag.js) - Google Analytics -->
6+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-136064811-1"></script>
7+
<script>
8+
window.dataLayer = window.dataLayer || [];
9+
function gtag(){dataLayer.push(arguments);}
10+
gtag('js', new Date());
11+
12+
gtag('config', 'UA-136064811-1');
13+
</script>
14+
415

516
<!-- Basic -->
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
17+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
718
<title>Simas - Page Inicial</title>
819
<meta name="description" content="">
920
<meta name="keywords" content="">
@@ -24,14 +35,14 @@
2435
<!--[if lt IE 9]>
2536
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
2637
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
27-
<![endif]-->
28-
29-
<!-- Favicons -->
30-
<link rel="shortcut icon" href="images/favicons/favicon.ico">
31-
<link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png">
32-
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png">
33-
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png">
34-
38+
<![endif]-->
39+
40+
<!-- Favicons -->
41+
<link rel="shortcut icon" href="images/favicons/favicon.ico">
42+
<link rel="apple-touch-icon" href="images/favicons/apple-touch-icon.png">
43+
<link rel="apple-touch-icon" sizes="72x72" href="images/favicons/apple-touch-icon-72x72.png">
44+
<link rel="apple-touch-icon" sizes="114x114" href="images/favicons/apple-touch-icon-114x114.png">
45+
3546
</head>
3647

3748
<body>
@@ -68,7 +79,7 @@
6879

6980
<!-- Wrapper -->
7081
<div class="wrapper">
71-
82+
7283
<!-- Started -->
7384
<div class="section started">
7485
<div class="centrize full-width">
@@ -87,7 +98,7 @@
8798
</div>
8899
</div>
89100
</div>
90-
101+
91102
</div>
92103

93104
<!-- Footer -->
@@ -112,7 +123,7 @@
112123
</div>
113124

114125
<!-- jQuery Scripts -->
115-
<script src="js/jquery.min.js"></script>
126+
<script src="js/jquery.min.js"></script>
116127
<script src="js/jquery.validate.js"></script>
117128
<script src="js/typed.js"></script>
118129
<script src="js/magnific-popup.js"></script>

0 commit comments

Comments
 (0)