Skip to content

Commit 9352079

Browse files
committed
Add GA tag take 2
1 parent b2fc102 commit 9352079

File tree

1 file changed

+37
-13
lines changed

1 file changed

+37
-13
lines changed

public/index.html

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,48 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8">
5-
<meta http-equiv="x-ua-compatible" content="ie=edge">
6-
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7-
<meta name="theme-color" content="#000000">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="x-ua-compatible" content="ie=edge" />
6+
<meta
7+
name="viewport"
8+
content="width=device-width, initial-scale=1, shrink-to-fit=no"
9+
/>
10+
<meta name="theme-color" content="#000000" />
11+
<!-- Global site tag (gtag.js) - Google Analytics -->
12+
<script
13+
async
14+
src="https://www.googletagmanager.com/gtag/js?id=UA-100010752-5"
15+
></script>
16+
<script>
17+
window.dataLayer = window.dataLayer || [];
18+
function gtag() {
19+
dataLayer.push(arguments);
20+
}
21+
gtag("js", new Date());
22+
23+
gtag("config", "UA-100010752-5");
24+
</script>
25+
826
<!--
927
manifest.json provides metadata used when your web app is added to the
1028
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
1129
-->
12-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
13-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
14-
<link href="https://unpkg.com/tailwindcss@^0.7/dist/tailwind.min.css" rel="stylesheet">
15-
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
30+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
31+
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
32+
<link
33+
href="https://unpkg.com/tailwindcss@^0.7/dist/tailwind.min.css"
34+
rel="stylesheet"
35+
/>
36+
<link
37+
href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"
38+
rel="stylesheet"
39+
/>
1640
<title>Jared Kobos</title>
17-
</head>
18-
<body>
41+
</head>
42+
<body>
1943
<noscript>
20-
You need to enable JavaScript to run this app.
44+
You need to enable JavaScript to run this app.
2145
</noscript>
2246
<div id="root"></div>
23-
</body>
47+
</body>
2448
</html>

0 commit comments

Comments
 (0)