<!doctype html> <html lang="fr"> <head> <meta charset="utf-8"> <title>Site en maintenance</title> <style> .content { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } </style> <!--link rel="stylesheet" href="style.css"--> <!--script src="script.js"></script--> </head> <body> <div class="content"> <img src="static/img/site-en-maintenance.png" > </div> </body> </html>