This commit is contained in:
2023-05-16 10:31:27 +02:00
parent 433fe035b9
commit 85862577b2
160 changed files with 268 additions and 202 deletions

View File

@@ -0,0 +1,23 @@
<!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>