Skip to content

Commit 68ee61b

Browse files
fix for early commit
1 parent e9df1cc commit 68ee61b

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.html

+10-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
<!DOCTYPE html>
22
<html lang="en-US">
33
<head>
4+
<!-- Google tag (gtag.js) -->
5+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0YG369TC3Y"></script>
6+
<script>
7+
window.dataLayer = window.dataLayer || [];
8+
function gtag(){dataLayer.push(arguments);}
9+
gtag('js', new Date());
10+
11+
gtag('config', 'G-0YG369TC3Y');
12+
</script>
13+
414
<title>Project-Undefined</title>
515
<meta charset="utf-8" />
616
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -47,13 +57,6 @@
4757

4858
<link rel="stylesheet" href="/css/index.css" />
4959
<script src="/js/index.js"></script>
50-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0YG369TC3Y"></script>
51-
<script>
52-
window.dataLayer = window.dataLayer || [];
53-
function gtag(){dataLayer.push(arguments);}
54-
gtag('js', new Date());
55-
gtag('config', 'G-0YG369TC3Y');
56-
</script>
5760
</head>
5861
<body>
5962
<nav>

0 commit comments

Comments
 (0)