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>
|
|
|