Skip to content

Commit

Permalink
Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolf-SO authored Nov 26, 2023
1 parent 855e5be commit bf7db1b
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 @@ -3,7 +3,7 @@
<head>
<title>Intervall-Trainer</title>
<meta name="viewport" content="width=device-width">
<link rel=icon href="favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="main.css">
<script src="main.js"></script>
</head>
Expand Down

0 comments on commit bf7db1b

Please sign in to comment.