diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 21:26:41 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 21:26:41 +0700 |
commit | 5725accf76d1ec02d569c59a9989b7d72827a7ee (patch) | |
tree | 8f878ab186fdc67216c6b001d3993bfbb7e510f1 /index.html | |
parent | f45d7e0c18fb2254a1362e1b9d34047d50251765 (diff) |
PWA Update - attempt 5.2
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,10 @@ <head> <title>OpenQuran - Redirecting</title> <link rel="manifest" href="src/manifest.json"> + <!-- ios support --> + <link rel="apple-touch-icon" href="images/favicon.png"> + <meta name="apple-mobile-web-app-status-bar" content="#f3f3f3"> + <meta name="theme-color" content="#db4938" /> </head> <body> |