We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9526728 commit 9927574Copy full SHA for 9927574
index.html
@@ -4,7 +4,7 @@
4
<meta charset="UTF-8">
5
<title>HTMLPlayer</title>
6
<link rel="shortcut icon" type="image/x-icon" href="favicon.png">
7
- <link rel="apple-touch-icon" href="/favicon.png">
+ <link rel="apple-touch-icon" href="favicon.png">
8
<link rel="manifest" href="manifest.json">
9
<!-- Include jsmediatags for ID3 parsing -->
10
<script src="https://unpkg.com/jsmediatags@3.9.7/dist/jsmediatags.min.js"></script>
0 commit comments