<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>FRCS.pro - Updating in Progress</title>
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
    <style>
        body {
            background-color: #f8f9fa;
            color: #990000;
            font-family: Arial, sans-serif;
        }
        .container {
            text-align: center;
            margin-top: 15%;
        }
        .header {
            font-size: 2.5rem;
            font-weight: bold;
            color: #990000;
        }
        .subheader {
            font-size: 1.2rem;
            color: #CC9900;
        }
        .spinner-border {
            color: #CC9900;
        }
        .footer {
            margin-top: 2rem;
            font-size: 0.9rem;
            color: #666;
        }
    </style>
</head>
<body>
<div class="container">
    <div class="mt-4">

        <h1 class="header">Uh, Oh! I Goofed Up!</h1>
        <p class="subheader">If you are arriving here from the Magic Link to reset your password at FRCS.pro - I've
                             misdirected you to the wrong domain.</p>
        <p class="subheader">Please go back to <a href="https://frcs.pro">FRCS.pro</a> and request the link again.
        It should take you to that domain and not this one - FantasyRacingCheatSheet.com</p>
    </div>
    <div class="footer">
        <p>&copy; <?= date('Y') ?> FRCS.pro - All Rights Reserved.</p>
    </div>
</div>
</body>
</html>
