🎮ArcadeLab

✅ اختبار الموقع - شغال 100%

by BlazingWizard12
104 lines3.4 KB
▶ Play
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
    <title>✅ اختبار الموقع - شغال 100%</title>
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
            min-height: 100vh;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 20px;
        }
        .card {
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            border-radius: 48px;
            padding: 40px 30px;
            text-align: center;
            box-shadow: 0 25px 45px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.1);
            max-width: 600px;
            width: 100%;
            transition: all 0.4s ease;
        }
        .card:hover {
            transform: scale(1.02);
            box-shadow: 0 30px 55px rgba(0, 0, 0, 0.4);
        }
        .check-icon {
            font-size: 80px;
            background: #10b981;
            width: 120px;
            height: 120px;
            line-height: 120px;
            text-align: center;
            border-radius: 50%;
            margin: 0 auto 25px auto;
            box-shadow: 0 8px 20px rgba(16, 185, 129, 0.4);
            animation: pulse 2s infinite;
        }
        @keyframes pulse {
            0% { transform: scale(1); box-shadow: 0 0 0 0 #10b98180; }
            70% { transform: scale(1.05); box-shadow: 0 0 0 15px rgba(16, 185, 129, 0); }
            100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
        }
        h1 {
            font-size: 2.6rem;
            color: #facc15;
            margin-bottom: 20px;
            font-weight: 800;
            letter-spacing: -0.5px;
            word-break: keep-all;
        }
        .message {
            background: #1e293b;
            padding: 20px 15px;
            border-radius: 28px;
            margin: 25px 0;
            border-right: 6px solid #facc15;
        }
        p {
            font-size: 1.5rem;
            line-height: 1.5;
            color: #e2e8f0;
            font-weight: 500;
        }
        .small-note {
            font-size: 1rem;
            color: #94a3b8;
            margin-top: 20px;
            border-top: 1px solid #334155;
            padding-top: 20px;
        }
        @media (max-width: 500px) {
            .card { padding: 30px 20px; }
            h1 { font-size: 2rem; }
            p { font-size: 1.2rem; }
            .check-icon { width: 90px; height: 90px; line-height: 90px; font-size: 60px; }
        }
    </style>
</head>
<body>
    <div class="card">
        <div class="check-icon">✅</div>
        <h1>🎉 اختبار ناجح 🎉</h1>
        <div class="message">
            <p>✨ لو إنت شفت الرسالة دي ✨</p>
            <p style="font-size: 1.8rem; margin-top: 10px; color: #facc15;">📍 الموقع شغال 100% 📍</p>
        </div>
        <div class="small-note">
            ⚡ جاهز للنشر والمشاركة مع أصحابك ⚡<br>
            🔗 الرابط ده بينقلكم للعبة أو الموقع على طول
        </div>
    </div>
</body>
</html>

Game Source: ✅ اختبار الموقع - شغال 100%

Creator: BlazingWizard12

Libraries: none

Complexity: moderate (104 lines, 3.4 KB)

The full source code is displayed above on this page.

Remix Instructions

To remix this game, copy the source code above and modify it. Add a ARCADELAB header at the top with "remix_of: 100-blazingwizard12" to link back to the original. Then publish at arcadelab.ai/publish.