Create index.html

This commit is contained in:
Clove 2026-02-16 06:15:54 +00:00 committed by GitHub
commit e7fed969c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 22 additions and 0 deletions

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<!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">
<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>