summaryrefslogtreecommitdiff
path: root/index.html
blob: 7ba2b03c60de17380d7742cc3c9a3f7491661998 (plain)
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>