محرك
التشغيل
تشغيل
مسح
ملء الشاشة
HTML
<!DOCTYPE html> <html> <head> <style> body { font-family: Arial; text-align: center; padding: 50px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: #fff; } h1 { font-size: 48px; } </style> </head> <body> <h1>🚀 مرحباً بك في محرك التشغيل!</h1> <p>اكتب كودك في اليسار وشاهد النتيجة هنا</p> <button onclick="alert('تم التشغيل!')" style="padding:12px 30px;border:none;border-radius:30px;background:#FFD700;color:#000;font-weight:bold;font-size:18px;cursor:pointer;">اضغطني</button> </body> </html>
المعاينة
جاهز للتشغيل
آخر تحديث:
الآن
لا يوجد أخطاء