Skip to content

Commit 284d9c8

Browse files
committed
added google seo auth token
1 parent ed23f03 commit 284d9c8

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

public/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12+
<meta name="google-site-verification" content="x6d5pEYeWEn0L_bl0nMOn7VSf6dESSNT2iV97ktWP_U" />
1213
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1314
<!--
1415
manifest.json provides metadata used when your web app is installed on a

src/homeComponents/footer.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ class Footer extends Component {
1111
<GitHubButton href="https://github.com/TamimEhsan/Pathfinder-2.0" data-icon="octicon-star" data-show-count="true" aria-label="Star TamimEhsan/Pathfinder-2.0 on GitHub">Star</GitHubButton>
1212
&nbsp
1313
<GitHubButton href="https://github.com/TamimEhsan/Pathfinder-2.0/fork" data-icon="octicon-repo-forked" data-show-count="true" aria-label="Fork TamimEhsan/Pathfinder-2.0 on GitHub">Fork</GitHubButton>
14+
&nbsp
15+
<img src="https://hitcounter.pythonanywhere.com/count/tag.svg" alt="Hits"/>
1416
</div>
17+
1518
<div class="footer-copyright text-center py-3">© 2020 Copyright:
1619
<a href="https://github.com/tamimehsan" style={{color: "#65b6f0"}}> Tamim Ehsan</a>
1720
</div>

0 commit comments

Comments
 (0)