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 /index.html | |
parent | 33c9622149c786a8d1c78b2da7dde5ca84c49529 (diff) |
PWA Update - attempt 1
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,9 +2,13 @@ <head> <title>OpenQuran - Redirecting</title> + <link rel="manifest" href="src/manifest.json"> </head> <body> + <script src="src/scripts/main.js" defer></script> + <script src="src/scripts/service-worker.js" defer></script> + <a href="src/">Click here if page doesn't load</a> <script> |