diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..7ba2b03 --- /dev/null +++ b/index.html @@ -0,0 +1,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>
\ No newline at end of file |