Skip to content

Commit

Permalink
Add GA tag take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jskobos committed Jul 20, 2020
1 parent b2fc102 commit 9352079
Showing 1 changed file with 37 additions and 13 deletions.
50 changes: 37 additions & 13 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,48 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="theme-color" content="#000000" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-100010752-5"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());

gtag("config", "UA-100010752-5");
</script>

<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<link href="https://unpkg.com/tailwindcss@^0.7/dist/tailwind.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
<link
href="https://unpkg.com/tailwindcss@^0.7/dist/tailwind.min.css"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Ubuntu+Mono"
rel="stylesheet"
/>
<title>Jared Kobos</title>
</head>
<body>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
You need to enable JavaScript to run this app.
</noscript>
<div id="root"></div>
</body>
</body>
</html>

0 comments on commit 9352079

Please sign in to comment.