<head>
  <title>Farside Redirect</title>
  <meta http-equiv="refresh" content="1; url=<%= instance_url %>">
  <script>
    history.pushState({page: 1}, "Farside Redirect");
  </script>
</head>
<body>
  <span>Redirecting to <%= instance_url %>...</span>
</body>