Skip to content

Commit 56e1161

Browse files
Github Repo Buttons Added
1 parent 7acab8f commit 56e1161

File tree

3 files changed

+350
-259
lines changed

3 files changed

+350
-259
lines changed

public/index.html

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,20 @@
99
name="description"
1010
content="Web site created using create-react-app"
1111
/>
12-
<script src="https://kit.fontawesome.com/6aea4fa46e.js" crossorigin="anonymous"></script>
12+
<script
13+
src="https://kit.fontawesome.com/6aea4fa46e.js"
14+
crossorigin="anonymous"
15+
></script>
1316
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
1417
<!--
1518
manifest.json provides metadata used when your web app is installed on a
1619
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
1720
-->
1821
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
22+
23+
<!-- Place this tag in your head or just before your close body tag. -->
24+
<script async defer src="https://buttons.github.io/buttons.js"></script>
25+
1926
<!--
2027
Notice the use of %PUBLIC_URL% in the tags above.
2128
It will be replaced with the URL of the `public` folder during the build.

0 commit comments

Comments
 (0)