A mirror of my website's source code.

Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 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>