summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authoraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-03 22:12:11 +0700
committeraltaf-creator <64111012+altaf-creator@users.noreply.github.com>2023-05-03 22:12:11 +0700
commit568debd74070ecb23433a8fb413b48dcc56141eb (patch)
tree1916a58c3a5ec60827da2ea6e38baf2116b266d2 /index.html
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html20
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