Skip to content

Commit

Permalink
Fix favicon link on the index.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Oct 25, 2024
1 parent a425d62 commit bc4f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="initial-scale=0.5">
<title>Negative Time Solving Contest</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" id="favicon" href="../img/favicon.gif" />
<link rel="shortcut icon" id="favicon" href="./img/favicon.gif" />
<script src="https://cdn.cubing.net/v0/js/cubing/twisty" type="module"></script>
</head>

Expand Down

0 comments on commit bc4f144

Please sign in to comment.