Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Corrected path of favicon.ico
  • Loading branch information
R-W-C authored May 2, 2024
1 parent 5d88968 commit 7a3911c
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 @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>MSE Demo</title>
<link rel="icon" ref="/img/favicon.ico">
<link rel="icon" ref="img/favicon.ico">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
Expand All @@ -17,4 +17,4 @@ <h1>MSE Demo (using segment timeline)</h1>
<script src="js/mse.js"></script>
<script src="js/scripts.js"></script>
</body>
</html>
</html>

0 comments on commit 7a3911c

Please sign in to comment.