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.
8 lines
324 B
8 lines
324 B
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<title>Redirecting...</title>
|
|
<link rel=canonical href="{{ page.dest_url }}">
|
|
<meta http-equiv=refresh content="0; url={{ page.dest_url }}">
|
|
<h1>Redirecting...</h1>
|
|
<a href="{{ page.dest_url }}">Click here if you are not redirected.</a>
|
|
<script>location="{{ page.dest_url }}"</script>
|
|
|