Skip to content

Commit

Permalink
Merge pull request #17 from R-Mielamud/dev
Browse files Browse the repository at this point in the history
Added <meta> tags
  • Loading branch information
R-Mielamud authored Jan 24, 2021
2 parents 1ff8b9f + 387c3d5 commit 3b80f68
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="robots" content="index,follow" />
<meta name="googlebot" content="index,follow" />
<meta name="google" content="nositelinkssearchbox" />
<meta name="document-state" content="Dynamic" />
<meta name="rating" content="General" />
<meta name="referrer" content="no-referrer" />
<meta name="application-name" content="Nicolaus" />
<meta
name="keywords"
content="books, book shop, купити книгу, купити книгу україна, купити книгу одеса, дитячі казки"
/>
<meta
name="description"
content="Web site created using create-react-app"
content="Book shop"
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -24,7 +37,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Nicolaus</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down

0 comments on commit 3b80f68

Please sign in to comment.