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 /src/sura.html | |
parent | f45d7e0c18fb2254a1362e1b9d34047d50251765 (diff) |
PWA Update - attempt 5.2
Diffstat (limited to 'src/sura.html')
-rw-r--r-- | src/sura.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sura.html b/src/sura.html index c9ddd3b..73ef741 100644 --- a/src/sura.html +++ b/src/sura.html @@ -11,6 +11,10 @@ <link href="styles/css/solid.css" rel="stylesheet"> <link rel="icon" href="images/favicon.png"> <link rel="manifest" href="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" /> <title>OpenQuran</title> </head> |