diff options
Diffstat (limited to 'res/index.html')
| -rw-r--r-- | res/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/res/index.html b/res/index.html index 4c06632..dfcbcd8 100644 --- a/res/index.html +++ b/res/index.html @@ -5,8 +5,11 @@ <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> + <meta name="mobile-web-app-capable" content="yes"> + <meta name="apple-mobile-web-app-capable" content="yes"> + <link rel="manifest" href="manifest.json"> <title>SyncTube</title> - <link rel="icon" type="image/png" href="img/favicon.png" /> + <link rel="icon" href="img/favicon.svg" type="image/svg+xml"> <link id="usertheme" href="css/des.css" rel="stylesheet"> <link id="customcss" href="css/custom.css" rel="stylesheet"> <script type="module" src="https://cdn.jsdelivr.net/npm/ionicons@7.4.0/dist/ionicons/ionicons.esm.js"></script> |
