redirect.ejs 248 B

123456789101112
  1. <HTML>
  2. <HEAD>
  3. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  4. <TITLE>301 Moved</TITLE>
  5. </HEAD>
  6. <BODY>
  7. <H1>301 Moved</H1>
  8. The document has moved
  9. <A HREF="https://<%= host %>/">here</A>.
  10. </BODY>
  11. </HTML>