Skip to content

Commit 9a99d3d

Browse files
committed
analytics
1 parent e3bcb02 commit 9a99d3d

File tree

1 file changed

+30
-25
lines changed

1 file changed

+30
-25
lines changed

public/index.html

Lines changed: 30 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="utf-8" />
5-
6-
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
8-
<meta
9-
name="description"
10-
content="Snoking to BenchApp CSV"
11-
/>
12-
<!--
3+
4+
<head>
5+
<meta charset="utf-8" />
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1" />
8+
9+
<meta name="description" content="Snoking to BenchApp CSV" />
10+
<!--
1311
manifest.json provides metadata used when your web app is installed on a
1412
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1513
-->
16-
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
17-
<!--
14+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
15+
<!--
1816
Notice the use of %PUBLIC_URL% in the tags above.
1917
It will be replaced with the URL of the `public` folder during the build.
2018
Only files inside the `public` folder can be referenced from the HTML.
@@ -23,16 +21,23 @@
2321
work correctly both with client-side routing and a non-root public URL.
2422
Learn how to configure a non-root public URL by running `npm run build`.
2523
-->
26-
<link
27-
rel="stylesheet"
28-
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
29-
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
30-
crossorigin="anonymous"
31-
/>
32-
<title>Snoking to BenchApp CSV</title>
33-
</head>
34-
<body>
35-
<noscript>You need to enable JavaScript to run this app.</noscript>
36-
<div id="root"></div>
37-
</body>
38-
</html>
24+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
25+
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
26+
<title>Snoking to BenchApp CSV</title>
27+
<!-- Google tag (gtag.js) -->
28+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZH5G13F88H"></script>
29+
<script>
30+
window.dataLayer = window.dataLayer || [];
31+
function gtag() { dataLayer.push(arguments); }
32+
gtag('js', new Date());
33+
34+
gtag('config', 'G-ZH5G13F88H');
35+
</script>
36+
</head>
37+
38+
<body>
39+
<noscript>You need to enable JavaScript to run this app.</noscript>
40+
<div id="root"></div>
41+
</body>
42+
43+
</html>

0 commit comments

Comments
 (0)