aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: c75e5a55b434ec3e3f56e578e0c776a2698cd9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>Redirecting…</title>

    <!-- Instant redirect -->
    <meta http-equiv="refresh" content="0; url=https://github.com/crocs-muni/ECTester" />

    <!-- Canonical target -->
    <link rel="canonical" href="https://github.com/crocs-muni/ECTester" />
  </head>
  <body>
    <p>
      Redirecting to
      <a href="https://github.com/crocs-muni/ECTester">https://github.com/crocs-muni/ECTester</a>…
    </p>

    <script>
      // JS redirect fallback (also preserves back/forward behavior better than meta refresh in some cases)
      window.location.replace("https://github.com/crocs-muni/ECTester");
    </script>
  </body>
</html>