Skip to content

Commit

Permalink
Merge pull request #16 from Sanchitbajaj02/Sanchit
Browse files Browse the repository at this point in the history
added meta
  • Loading branch information
Sanchitbajaj02 authored Jul 31, 2021
2 parents 122157f + 5a99522 commit 97f4fce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

<meta name="title" content="RCC Blog | Health & Fitness">
<meta
name="description"
content="Web site created using create-react-app"
content="RCC Web development training outcomes. Health and fitness is a blog which contains articles that will maintain your health"
/>
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="%PUBLIC_URL%/icons/apple-touch-icon.png" />
Expand Down Expand Up @@ -43,7 +46,7 @@
type="image/x-icon"
/> -->

<title>Health &amp; Fitness</title>
<title>RCC Blog | Health & Fitness</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
Expand Down
3 changes: 2 additions & 1 deletion src/Components/FooterComponent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ const FooterComponent = () => {
<div className="copyrights">
<hr />
<p style={{ fontFamily: `Nova Cut, cursive` }}>
Copywright @{new Date().getFullYear()} | Health &amp; Fitness
RCC Blog | Health &amp; Fitness @{new Date().getFullYear()} - All
Rights Reserved.
</p>
</div>
</section>
Expand Down

0 comments on commit 97f4fce

Please sign in to comment.