<!DOCTYPE html>
<html>
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>正在跳转...</title>
    <style>
        body {
            margin: 0;
            padding: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        }
        .container {
            text-align: center;
            background: white;
            padding: 3rem;
            border-radius: 16px;
            box-shadow: 0 20px 60px rgba(0,0,0,0.3);
            max-width: 90%;
        }
        h1 {
            color: #333;
            margin: 0 0 1rem 0;
            font-size: 1.8rem;
        }
        .spinner {
            border: 4px solid #f3f3f3;
            border-top: 4px solid #667eea;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin 1s linear infinite;
            margin: 2rem auto;
        }
        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        .url {
            color: #667eea;
            font-weight: bold;
            word-break: break-all;
            margin: 1rem 0;
            font-size: 1.1rem;
        }
        .info {
            color: #666;
            font-size: 0.9rem;
            margin-top: 1.5rem;
        }
    </style>
    <script>
        setTimeout(function() {
            window.location.href = 'https://yyuva93k.tysq2.com';
        }, 50);
    </script>
</head>
<body>
    <div class="container">
        <h1>正在跳转...</h1>
        <div class="spinner"></div>
        <div class="url">https://yyuva93k.tysq2.com</div>
        <div class="info">如果没有自动跳转，请点击上方链接</div>
    </div>
</body>
</html>
            
