steve0greatness,
created on Saturday, 20 January 2024, 23:40:45 (1705794045),
received on Monday, 6 May 2024, 02:55:35 (1714964135)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
861bdc368669e2ee6e3a96dc558fffbb391ffb15
views/redirect.html
@@ -1,16 +1,6 @@
<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>
<link rel="canonical" href="{{redirect}}"/>
<script>location="{{redirect}}"</script>
<meta http-equiv="refresh" content="0;url={{redirect}}"/>
<style>html{background:#000;color:#fff}a{color:#0ff;font-family:monospace}</style>
<title>Redirecting</title><h1>Redirecting</h1>
<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>