1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<html> <head> <title>OpenQuran - Redirecting</title> </head> <body> <a href="src/">Click here if page doesn't load</a> <script> try { process.versions['electron']; window.location.href = "src/index.html"; } catch { window.location.href = "src/"; } </script> </body> </html>