Skip to content

Commit dcfeb6b

Browse files
author
David Silva
committed
Added a favicon, meta tags
1 parent 7e7b82a commit dcfeb6b

File tree

3 files changed

+19
-22
lines changed

3 files changed

+19
-22
lines changed

public/favicon.ico

-24.3 KB
Binary file not shown.

public/favicon.png

20.3 KB
Loading

public/index.html

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,27 @@
22
<html lang="en">
33
<head>
44
<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>
1716
</head>
1817
<body>
1918
<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>
3027
</body>
3128
</html>

0 commit comments

Comments
 (0)