Daily Schedules
Jump to navigation
Jump to search
<!DOCTYPE html> <html lang="pt-BR"> <head>
<meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Cronograma de Eventos - Ragnarok</title> <style> .schedule-container { max-width: 1200px; margin: 20px auto; font-family: Arial, sans-serif; background: #2a2a2a; border-radius: 8px; overflow: hidden; } .schedule-title { background: #1a1a1a; color: #fff; text-align: center; padding: 15px; font-size: 1.5em; font-weight: bold; } .schedule-table { width: 100%; border-collapse: collapse; background: #2a2a2a; } .schedule-table th, .schedule-table td { padding: 8px 4px; text-align