<!doctype html>

<html>

  <head>

    <meta charset="utf-8">

    <title>Redirecting...</title>

    <script>

      window.location.replace("/watch");

    </script>

  </head>

  <body>

    Redirecting to <a href="/watch">/watch</a>…

  </body>

</html>