<!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Schéma Infrastructure GLPI - TechnoCity</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 20px; min-height: 100vh; } .container { max-width: 1400px; margin: 0 auto; background: white; border-radius: 20px; padding: 40px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); } .header { text-align: center; margin-bottom: 40px; padding-bottom: 30px; border-bottom: 3px solid #667eea; } .header h1 { color: #2d3748; font-size: 2.5em; margin-bottom: 10px; } .header p { color: #718096; font-size: 1.2em; } .download-btn { display: inline-block; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 15px 30px; border-radius: 10px; text-decoration: none; font-weight: bold; margin: 20px 0; transition: transform 0.3s; box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4); } .download-btn:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6); } .diagram { margin: 40px 0; padding: 30px; background: #f7fafc; border-radius: 15px; } .network-layer { background: linear-gradient(135deg, #e0e7ff 0%, #cfd8ff 100%); border: 3px solid #667eea; border-radius: 15px; padding: 30px; margin: 20px 0; } .network-title { text-align: center; font-size: 1.5em; Ver más