update project with new architecture

This commit is contained in:
2023-04-13 07:46:35 +02:00
parent d0a3b10cfe
commit 67a02c33a2
333 changed files with 3764 additions and 1254 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>