diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-03 22:12:11 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-03 22:12:11 +0700 |
commit | 568debd74070ecb23433a8fb413b48dcc56141eb (patch) | |
tree | 1916a58c3a5ec60827da2ea6e38baf2116b266d2 /index.html |
Initial commit
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 |