index.html 422 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE HTML>
<html lang="en-US">
  <head>
    <meta charset="UTF-8">
    <meta http-equiv="refresh" content="0; url=docs/installation-ios">
    <script type="text/javascript">
      window.location.href = 'docs/installation-ios';
    </script>
    <title>Your Site Title Here</title>
  </head>
  <body>
    If you are not redirected automatically, follow this <a href="docs/installation-ios">link</a>.
  </body>
</html>