|
2 | 2 | <html lang="en"> |
3 | 3 |
|
4 | 4 | <head> |
5 | | -<!-- Google Tag Manager --> |
6 | | -<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': |
7 | | - new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], |
8 | | - j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= |
9 | | - 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); |
10 | | - })(window,document,'script','dataLayer','GTM-P2JGQW6');</script> |
11 | | - <!-- End Google Tag Manager --> |
12 | 5 | <meta charset="utf-8" /> |
13 | | - <meta property="og:site_name" content="Memphis{dev} Sandbox"/> |
14 | | - <meta property="og:title" content="Memphis{dev} Sandbox"/> |
15 | | - <meta property="og:description" content="A powerful message broker for modern developers"/> |
16 | | - <meta property="og:image" itemprop="image" content="https://i.ibb.co/vP6vXDT/Screen-Shot-2022-08-07-at-21-48-52.png"/> |
17 | | - <meta property="og:type" content="website"/> |
18 | | - <meta property="og:updated_time" content="1440432930"/> |
19 | | - <meta content="https://i.ibb.co/vP6vXDT/Screen-Shot-2022-08-07-at-21-48-52.png" property="twitter:image"/> |
20 | | - <link rel="icon" href="%PUBLIC_URL%/favicon.ico"/> |
21 | | - <meta name="viewport" content="width=device-width, initial-scale=1"/> |
22 | | - <meta name="theme-color" content="#000000"/> |
23 | | - <meta name="description" content="A powerful message broker for modern developers" /> |
| 6 | + <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| 8 | + <meta name="theme-color" content="#000000" /> |
| 9 | + <meta name="description" content="Web site created using create-react-app" /> |
24 | 10 | <!-- |
25 | 11 | manifest.json provides metadata used when your web app is installed on a |
26 | | - user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ |
| 12 | + user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest |
27 | 13 | --> |
28 | 14 | <link rel="manifest" href="%PUBLIC_URL%/manifest.json" /> |
29 | 15 | <!-- |
30 | 16 | Notice the use of %PUBLIC_URL% in the tags above. |
31 | 17 | It will be replaced with the URL of the `public` folder during the build. |
32 | 18 | Only files inside the `public` folder can be referenced from the HTML. |
33 | | -
|
| 19 | + |
34 | 20 | Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
35 | 21 | work correctly both with client-side routing and a non-root public URL. |
36 | 22 | Learn how to configure a non-root public URL by running `npm run build`. |
37 | 23 | --> |
38 | | - <title>Memphis{dev} Sandbox</title> |
| 24 | + <title>Memphis - Dashboard</title> |
39 | 25 | <!-- Favicons --> |
40 | 26 | <!-- <link rel="icon" href="/img/favicon.ico" type="image/x-icon"> --> |
41 | 27 | <link rel="apple-touch-icon" sizes="57x57" href="/img/favicon/apple-icon-57x57.png"> |
|
58 | 44 | </head> |
59 | 45 |
|
60 | 46 | <body> |
61 | | -<!-- Google Tag Manager (noscript) --> |
62 | | -<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-P2JGQW6" |
63 | | - height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> |
64 | | - <!-- End Google Tag Manager (noscript) --> |
65 | 47 | <noscript>You need to enable JavaScript to run this app.</noscript> |
66 | 48 | <div id="root"></div> |
67 | 49 | <!-- |
68 | 50 | This HTML file is a template. |
69 | 51 | If you open it directly in the browser, you will see an empty page. |
70 | | -
|
| 52 | + |
71 | 53 | You can add webfonts, meta tags, or analytics to this file. |
72 | 54 | The build step will place the bundled scripts into the <body> tag. |
73 | | -
|
74 | | - To begin the development, run `npm start` or `yarn start`. |
| 55 | + |
| 56 | + To begin the development, run `npm start` or `yarn start`. |
75 | 57 | To create a production bundle, use `npm run build` or `yarn build`. |
76 | 58 | --> |
77 | 59 | </body> |
|
0 commit comments