c.stupid.cat/index.html

24 lines
791 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="0; url=https://github.com/doughmination">
<title>Redirecting...</title>
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<a rel="me" href="https://mastodon.social/@doughmination" style="display: none;"></a>
<h1>Redirecting...</h1>
<div class="spinner"></div>
<p>If you are not redirected automatically, <a href="https://github.com/doughmination">click here</a>.</p>
</div>
<script>
// JavaScript redirect as backup
window.location.href = "https://github.com/doughmination";
</script>
</body>
</html>