18 lines
408 B
HTML
18 lines
408 B
HTML
---
|
|
layout: default
|
|
title: "Redirecting..."
|
|
---
|
|
|
|
<link rel="canonical" href="{{ page.redirect.to }}">
|
|
|
|
<script>location="{{ page.redirect.to }}"</script>
|
|
|
|
<meta http-equiv="refresh" content="0; url={{ page.redirect.to }}">
|
|
<meta name="robots" content="noindex">
|
|
|
|
<div class="post-content">
|
|
<p>
|
|
Please, <a href="{{ page.redirect.to }}">click here</a> if you are not automatically redirected !
|
|
</p>
|
|
</div>
|