diff options
Diffstat (limited to 'src/sura.html')
-rw-r--r-- | src/sura.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sura.html b/src/sura.html index eae5b2d..c9ddd3b 100644 --- a/src/sura.html +++ b/src/sura.html @@ -10,11 +10,14 @@ <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"> <title>OpenQuran</title> </head> <body onload="quranOnLoad()"> <script src="scripts/window-buttons.js" defer></script> + <script src="scripts/main.js" defer></script> + <script src="scripts/service-worker.js" defer></script> <div class="navbar"> <a href="./" style="text-decoration: none;" id="openquran-link"> |