|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="utf-8">
|
5 |
| - <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 |
| - <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico"> |
7 |
| - <!-- |
8 |
| - Notice the use of %PUBLIC_URL% in the tag above. |
9 |
| - It will be replaced with the URL of the `public` folder during the build. |
10 |
| - Only files inside the `public` folder can be referenced from the HTML. |
11 |
| -
|
12 |
| - Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will |
13 |
| - work correctly both with client-side routing and a non-root public URL. |
14 |
| - Learn how to configure a non-root public URL by running `npm run build`. |
15 |
| - --> |
16 |
| - <title>React App</title> |
| 5 | + <link rel="shortcut icon" href="%PUBLIC_URL%/favicon.png"> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
| 8 | + <meta name="description" content="Codecorgi provides simulation project tickets so that programmers gain competitive abilities. Learn by doing projects applicable to the corporate world."> |
| 9 | + <meta name="author" content=""> |
| 10 | + <meta property="og:title" content="codecorgi" /> |
| 11 | + <meta property="og:url" content="http://codecorgi.co" /> |
| 12 | + <meta property="og:type" content="website" /> |
| 13 | + <meta property="og:description" content="Codecorgi provides simulation project tickets so that programmers gain competitive abilities. Learn by doing projects applicable to the corporate world." /> |
| 14 | + <meta property="og:image" content="http://codecorgi.co/images/logo-1200.png" /> |
| 15 | + <title>codecorgi</title> |
17 | 16 | </head>
|
18 | 17 | <body>
|
19 | 18 | <div id="root"></div>
|
20 |
| - <!-- |
21 |
| - This HTML file is a template. |
22 |
| - If you open it directly in the browser, you will see an empty page. |
23 |
| -
|
24 |
| - You can add webfonts, meta tags, or analytics to this file. |
25 |
| - The build step will place the bundled scripts into the <body> tag. |
26 |
| -
|
27 |
| - To begin the development, run `npm start`. |
28 |
| - To create a production bundle, use `npm run build`. |
29 |
| - --> |
| 19 | + <script> |
| 20 | + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
| 21 | + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
| 22 | + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
| 23 | + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
| 24 | + ga('create', 'UA-76234320-2', 'auto'); |
| 25 | + ga('send', 'pageview'); |
| 26 | + </script> |
30 | 27 | </body>
|
31 | 28 | </html>
|
0 commit comments