/
home
/
f
/
a
/
u
/
faureele
/
pda
/
Upload File
HOME
<?php http_response_code(503); header('Retry-After: 3600'); ?> <!DOCTYPE html> <html lang="fr"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="noindex, nofollow"> <title>Site en maintenance</title> <style> * { box-sizing: border-box; } body { margin: 0; min-height: 100vh; display: flex; align-items: center; justify-content: center; font-family: Arial, Helvetica, sans-serif; background: #f5f6f8; color: #1f2937; } .maintenance { width: min(90%, 600px); padding: 50px 30px; text-align: center; background: #ffffff; border-radius: 16px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); } .icon { font-size: 64px; margin-bottom: 20px; } h1 { margin: 0 0 20px; font-size: 32px; } p { margin: 10px 0; font-size: 17px; line-height: 1.6; color: #6b7280; } .contact { margin-top: 30px; font-size: 15px; color: #374151; } </style> </head> <body> <main class="maintenance"> <div class="icon">🚧</div> <h1>Site en cours de maintenance</h1> <p> Notre site est actuellement en maintenance. </p> <p> Nous travaillons à sa remise en ligne dans les meilleurs délais. </p> <p> Pour toute demande devis ou candidature, merci d’envoyer un mail à l’adresse suivante : <a href="mailto:sylvie.jonyk@faure-plainedelain.fr">sylvie.jonyk@faure-plainedelain.fr</a> <br>Votre demande sera prise en compte et nous vous répondrons dans les plus brefs délais. </p> <div class="contact"> Merci de votre compréhension. </div> </main> </body> </html>