Skip to content

Commit d4815dc

Browse files
added google analytics tags
1 parent e490b05 commit d4815dc

1 file changed

Lines changed: 21 additions & 11 deletions

File tree

index.html

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,25 @@
11
<!DOCTYPE html>
22
<html>
3-
<head>
4-
<meta http-equiv="refresh" content="0; url=https://github.com/APIDevTools">
5-
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
6-
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
7-
</head>
8-
<body>
9-
<script>
10-
window.location = 'https://github.com/APIDevTools';
11-
</script>
3+
<head>
4+
<meta http-equiv="refresh" content="0; url=https://github.com/APIDevTools">
125

13-
Redirecting to <a href="https://github.com/APIDevTools">API Dev Tools</a>...
14-
</body>
6+
<!-- Google Analytics -->
7+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-68102273-2"></script>
8+
<script>
9+
window.dataLayer = window.dataLayer || [];
10+
function gtag(){dataLayer.push(arguments);}
11+
gtag('js', new Date());
12+
gtag('config', 'UA-68102273-2');
13+
</script>
14+
15+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
16+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
17+
</head>
18+
<body>
19+
<script>
20+
window.location = 'https://github.com/APIDevTools';
21+
</script>
22+
23+
Redirecting to <a href="https://github.com/APIDevTools">API Dev Tools</a>...
24+
</body>
1525
</html>

0 commit comments

Comments
 (0)