|
2 | 2 | <!-- saved from url=(0022)http://localhost:3000/ -->
|
3 | 3 | <html lang="en">
|
4 | 4 | <head>
|
| 5 | + <meta name="google-site-verification" content="rK7iaoluV1OU01--sMcwRkNaseWs11WnGtXGXLgp9qU" /> |
5 | 6 | <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6 | 7 |
|
7 | 8 | <link rel="icon" href="http://localhost:3000/favicon.ico" />
|
8 |
| - <meta name="google-site-verification" content="rK7iaoluV1OU01--sMcwRkNaseWs11WnGtXGXLgp9qU" /> |
9 | 9 | <meta name="viewport" content="width=device-width, initial-scale=1" />
|
10 | 10 | <meta name="theme-color" content="#000000" />
|
11 | 11 | <meta name="description" content="Web site created using create-react-app" />
|
|
14 | 14 |
|
15 | 15 | <link rel="manifest" href="http://localhost:3000/manifest.json" />
|
16 | 16 | <title>React App</title>
|
17 |
| - <!-- Google Analytics --> |
18 |
| - <script> |
19 |
| - (function(i, s, o, g, r, a, m) { |
20 |
| - i['GoogleAnalyticsObject'] = r; |
21 |
| - (i[r] = |
22 |
| - i[r] || |
23 |
| - function() { |
24 |
| - (i[r].q = i[r].q || []).push(arguments); |
25 |
| - }), |
26 |
| - (i[r].l = 1 * new Date()); |
27 |
| - (a = s.createElement(o)), (m = s.getElementsByTagName(o)[0]); |
28 |
| - a.async = 1; |
29 |
| - a.src = g; |
30 |
| - m.parentNode.insertBefore(a, m); |
31 |
| - })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); |
32 |
| - |
33 |
| - ga('create', 'UA-XXXXX-Y', 'auto'); |
34 |
| - ga('send', 'pageview'); |
35 |
| - </script> |
36 |
| - <!-- End Google Analytics --> |
37 | 17 | <style>
|
38 | 18 | body {
|
39 | 19 | margin: 0;
|
|
0 commit comments