redirect.html
HTML document, ASCII text
1<html> 2 3<head> 4<link rel="canonical" href="{{redirect}}"/> 5<meta http-equiv="content-type" content="text/html; charset=utf-8" /> 6<meta http-equiv="refresh" content="0;url={{redirect}}" /> 7<style>body,html{background:#000;color:#fff}:any-link{color:aqua}</style> 8</head> 9 10<body> 11<h1>Redirecting</h1> 12<p>This page has been moved to <code>{{redirect}}</code> if you aren't automatically redirected, please click the following link to proceed to the new location of this page: <a href="{{redirect}}"><code>{{redirect}}</code></a></p> 13<script>location="{{redirect}}"</script> 14</body> 15 16</html>