Skip to content

Commit

Permalink
Fix stylesheet links
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgraham committed Aug 12, 2021
1 parent fd7b8d9 commit 36d4e7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<meta name="theme-color" content="#3f51b5" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,500,600" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<title>Colorly – A versatile collection of color tools for designers and developers.</title>
<script type="text/javascript">
// Single Page Apps for GitHub Pages
Expand Down Expand Up @@ -41,7 +43,5 @@
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,500,600" />
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
</body>
</html>

0 comments on commit 36d4e7f

Please sign in to comment.