You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
390B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Redirect</title>
  5. <link rel="canonical" href="{{ url | safe }}" />
  6. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  7. <meta http-equiv="refresh" content="0;url={{ url | safe }}" />
  8. </head>
  9. <body>
  10. <p><a href="{{ url | safe }}">Click here</a> to be redirected.</p>
  11. </body>
  12. </html>