|
1 | 1 | <!DOCTYPE html>
|
2 | 2 | <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 | + |
8 | 26 | <!--
|
9 | 27 | manifest.json provides metadata used when your web app is added to the
|
10 | 28 | homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
|
11 | 29 | -->
|
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 | + /> |
16 | 40 | <title>Jared Kobos</title>
|
17 |
| -</head> |
18 |
| -<body> |
| 41 | + </head> |
| 42 | + <body> |
19 | 43 | <noscript>
|
20 |
| - You need to enable JavaScript to run this app. |
| 44 | + You need to enable JavaScript to run this app. |
21 | 45 | </noscript>
|
22 | 46 | <div id="root"></div>
|
23 |
| -</body> |
| 47 | + </body> |
24 | 48 | </html>
|
0 commit comments