A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

 redirect.html

View raw Download
text/html • 528 B
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>