diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:17:15 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-04 19:17:15 +0700 |
commit | 1651ce848ac03ee867473d361c200ea863aef83f (patch) | |
tree | 9760791f47b61081e3dad3846c41f71b30f5fef2 /src/attribution.html | |
parent | 33c9622149c786a8d1c78b2da7dde5ca84c49529 (diff) |
PWA Update - attempt 1
Diffstat (limited to 'src/attribution.html')
-rw-r--r-- | src/attribution.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/attribution.html b/src/attribution.html index acd936e..bfab016 100644 --- a/src/attribution.html +++ b/src/attribution.html @@ -10,11 +10,19 @@ <link href="styles/css/brands.css" rel="stylesheet"> <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> <body onload="load() "> <script src="scripts/window-buttons.js" defer></script> + <script src="scripts/main.js" defer></script> + <script src="scripts/service-worker.js" defer></script> + <script defer> function load() { try { |