Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
fixing paths to be relative (hopefully
  • Loading branch information
popdxo authored May 8, 2024
1 parent 082afeb commit f82a58d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<link rel="stylesheet" href="index.css">
<link rel="icon" type="image/x-icon" href="/images/popd.png">
<link rel="icon" type="image/x-icon" href="images/popd.png">
<title>popd.site</title>
</head>

Expand All @@ -13,4 +13,4 @@ <h1>popd.site</h1>
<a href="https://github.com/Sharkmouth-Sucks/popd.site" class="frostedglass" id="gitlink">Github<a>
</div>
</body>
</html>
</html>

0 comments on commit f82a58d

Please sign in to comment.