Skip to content

Commit

Permalink
fix broken links and update main.css (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Apr 19, 2022
1 parent a877b2e commit 9adb132
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="description" content="Find all the H5BP projects in one place.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="assets/normalize.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/main.css@2.0.0/dist/main.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/main.css@3.0.0/dist/main.min.css">
<link rel="stylesheet" href="assets/style.css">
<link rel="canonical" href="https://h5bp.org">
</head>
Expand All @@ -22,9 +22,9 @@ <h1>H5BP</h1>
</div>
<h2>A bunch of people creating open source software. Fork a project and get involved!</h2>
<p class="stats">
<a href="https://github.com/h5bp/repositories"><b id="num-repos">View</b> public repos</a>
<a href="https://github.com/orgs/h5bp/repositories"><b id="num-repos">View</b> public repos</a>
<br>
<a href="https://github.com/h5bp?tab=members"><b id="num-members">View</b> members</a>
<a href="https://github.com/orgs/h5bp/people"><b id="num-members">View</b> members</a>
<br>
<b id="num-stargazers"></b> total stars
</p>
Expand Down

0 comments on commit 9adb132

Please sign in to comment.