redirect.html
HTML document, ASCII text
1<link rel="canonical" href="{{redirect}}"/> 2<meta charset="utf-8"/> 3<script>location="{{redirect}}"</script> 4<meta http-equiv="refresh" content="0;url={{redirect}}"/> 5<style>html{background:#000;color:#fff}a{color:#0ff;font-family:monospace}</style> 6<title>Redirecting</title><h1>Redirecting</h1> 7<p>This page has been moved to <a href="{{redirect}}">{{redirect}}</a> if you aren't automatically redirected, please click the following link to proceed to the new location of this page: <a href="{{redirect}}">{{redirect}}</a></p>