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

22 lines
828 B
HTML

<!DOCTYPE html>
<html lang="{{ page.lang | default(value="en") }}">
<head>
<meta charset="utf-8" />
<meta http-equiv="refresh" content="1;url={{ page.extra.redirect | safe }}"/>
<link rel="canonical" href="{{ page.extra.redirect | safe }}"/>
<script type="text/javascript">
window.location.href = "{{ page.extra.redirect | safe }}"
</script>
<title>Page Redirection</title>
{# Favicon #}
{% if config.extra.favicon %}
<link rel="icon" type="image/png" href={{ config.extra.favicon }} />
{% endif %}
<link rel="stylesheet" type="text/css" media="screen" href={{ get_url(path="no-style-please.css") }} />
</head>
<body>
If you are not redirected automatically, follow <a href='{{ page.extra.redirect | safe }}'>this link</a>.
</body>
</html>