diff options
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | src/attribution.html | 1 | ||||
-rw-r--r-- | src/index.html | 1 | ||||
-rw-r--r-- | src/sura.html | 1 |
4 files changed, 0 insertions, 4 deletions
@@ -6,7 +6,6 @@ <!-- 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> diff --git a/src/attribution.html b/src/attribution.html index 9449abb..7f7c45a 100644 --- a/src/attribution.html +++ b/src/attribution.html @@ -14,7 +14,6 @@ <!-- 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> diff --git a/src/index.html b/src/index.html index 60251b9..813573f 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,6 @@ <!-- 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> diff --git a/src/sura.html b/src/sura.html index 73ef741..e90d78a 100644 --- a/src/sura.html +++ b/src/sura.html @@ -14,7 +14,6 @@ <!-- 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> |