<!DOCTYPE html> <html lang = "fr" > <head> <meta charset = "UTF-8" > <meta name = "viewport" content = "width=device-width, initial-scale=1.0" > <title> Coup de Food Bordeaux </title> <style> * { margin: 0 ; padding: 0 ; box-sizing: border-box ; } body { font-family: Arial , Helvetica , sans-serif ; background: linear-gradient ( 135 deg ,#1f2937,#374151); color: white ; display: flex ; justify-content: center ; align-items: center ; min-height: 100 vh ; } . container { max-width: 700 px ; text-align: center ; padding: 50 px ; } . logo { font-size: 48 px ; margin-bottom: 20px ; } h1 { font-size: 42px ; margin-bottom: 20px ; font-weight: 600 ; } p { font-size: 20px ; color:# d1d5db ; line-height: 1.7 ; } .separator { width: 80px ; height : 4px ; background:#d4af37; margin: 35px auto ; border-radius: 20px ; } .footer { margin-top: 50px ; font -size: 14px ; color:#9ca3af; } </style> </head> <body> <div class = "container" > <div class = "logo" > 🍽️ </div> <h1> Coup de Food Bordeaux </h1> <div class = "separator" ></div> <p> Notre site internet est actuellement en cours de mise à jour. </p> <p style = " marge supérieure : 20 px ; " > Nous préparons une nouvelle version afin de mieux vous accompagner. Merci de votre compréhension. </p> <div class = "footer" > © Coup de Food Bordeaux </div> </div> </body> </html>