Skip to content

Commit 18a8193

Browse files
authored
Merge pull request #1 from HTMLToolkit/main
remove one /
2 parents 297b092 + 9927574 commit 18a8193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8">
55
<title>HTMLPlayer</title>
66
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
7-
<link rel="apple-touch-icon" href="/favicon.png">
7+
<link rel="apple-touch-icon" href="favicon.png">
88
<link rel="manifest" href="manifest.json">
99
<!-- Include jsmediatags for ID3 parsing -->
1010
<script src="https://unpkg.com/jsmediatags@3.9.7/dist/jsmediatags.min.js"></script>

0 commit comments

Comments
 (0)