<!DOCTYPE html>
<html>
  <head>
    <title>redirect..</title>
    <script>
      window.location.href = "/index.html";
    </script>
  </head>
  <body>
    <p>balik ke home</p>
  </body>
</html>
