-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DocHub.be - Maintenance</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
text-align: center;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
header {
background: #007BFF;
color: white;
padding: 20px 0;
}
.cta-button {
display: inline-block;
padding: 15px 25px;
margin: 20px 0;
background: #28a745;
color: white;
text-decoration: none;
font-size: 18px;
border-radius: 5px;
}
footer {
background: #f1f1f1;
padding: 10px 0;
margin-top: 20px;
}
</style>
</head>
<body>
<header>
<h1>DocHub.be est en maintenance</h1>
</header>
<div class="container">
<h2>Retour prévu le 15 mars</h2>
<p>Merci de votre patience.</p>
</div>
<footer>
<p>2025 - DocHub.be.</p>
</footer>
</body>
</html>