apxtrib/adminapi/www/socialworld/enmaintenance.html
2023-05-16 10:31:27 +02:00

24 lines
506 B
HTML

<!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>