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 3284808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<meta charset="utf-8" />
<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="stylesheet" href="./style.css">
<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 3284808

Please sign in to comment.