-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (31 loc) · 1.15 KB
/
Copy pathindex.html
File metadata and controls
39 lines (31 loc) · 1.15 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="image/svg/CrochouDefaut.svg" type="image/svg+xml">
<link rel="stylesheet" href="CSS/styleDefault.css">
<meta name="author" content="Dymbor">
<title>Crochou - En maintenance</title>
</head>
<body>
<header>
<div class="headerPartieHaute">
<img src="image/svg/CrochouDefaut.svg" id="Logo" alt="Logo de Crochou">
<img src="image/svg/Engrenage.svg" id="Parametre" alt="Paramètre">
</div>
<div class="headerPartieBasse">
<a href="#"><p>Accueil</p></a>
<a href="#"><p>Tutoriel</p></a>
<p id="TexteLogo">Crochou</p>
<a href="#"><p>Compteur</p></a>
<a href="#"><p>Lorem</p></a>
</div>
</header>
<section class="mainteance">
<img src="image/svg/CrochoutTravaux.svg" id="LogoMainteance" alt="Logo de mainteance">
<h1>Crochou effectue sa mainteance veuillez revenir plus tard</h1>
<h2>Merci de votre patience</h2>
</section>
</body>
</html>