Skip to content

Commit

Permalink
fix favicon not displaying in main page
Browse files Browse the repository at this point in the history
  • Loading branch information
PadjokeJ authored Nov 11, 2024
1 parent 4043b68 commit a83f5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<title>PADJOKEJ.dev</title>
<p id="debug"></p>
<link rel="icon" type="image/x-icon" href="/images/pfp.png">
<link rel="icon" type="image/x-icon" href="images/pfp.png">
<link rel="stylesheet" id="pagestyle" href="styles.css">
<script src="styler.js"></script>

Expand Down

0 comments on commit a83f5c0

Please sign in to comment.