steve0greatness,
created on Saturday, 20 January 2024, 06:10:14 (1705731014),
received on Monday, 6 May 2024, 02:55:35 (1714964135)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
97d7893bc27a61beedfbaa2693467d76e7cacdc7
views/redirect.html
@@ -0,0 +1,16 @@
<html> <head> <link rel="canonical" href="{{redirect}}"/> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="refresh" content="0;url={{redirect}}" /> <style>body,html{background:#000;color:#fff}:any-link{color:aqua}</style> </head> <body> <h1>Redirecting</h1> <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> <script>location="{{redirect}}"</script> </body> </html>