-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
70 lines (60 loc) · 2.17 KB
/
index.html
File metadata and controls
70 lines (60 loc) · 2.17 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Page Groupe 1</title>
</head>
<body>
<header>
<div class="section_1">
</div>
<div class="section_2">
<h1 class="welcome_message">GROUPE 1</h1>
</div>
<div class="section_3">
<div class="section_3_partion_1">
<div class="partition_1_head">
<div class="logo_container">
<div class="logo">
</div>
</div>
<nav>
<ul>
<li><a href="TCHAMBA.html">M 1</a></li>
<li><a href="DINGAMADJI.html">M 2</a></li>
<li><a href="MANDING.html">M 3</a></li>
<li><a href="MAHAMATh.html">M 4</a></li>
<li><a href="MARAFA.html">M 5</a></li>
<li><a href="BISCENE.html">M 6</a></li>
<li><a href="EKEME.html">M 7</a></li>
<li><a href="ABBA.html">M 8</a></li>
</ul>
</nav>
</div>
</div>
<div class="section_3_partion_2">
<div class="carts_container">
<div class="cart cart_1">
<div class="cart_image cart_image_1">
</div>
</div>
<div class="cart cart_1">
<div class="cart_image cart_image_2">
</div>
</div>
<div class="cart cart_1">
<div class="cart_image cart_image_3">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="copyright_footer">
<b>Copyright tous droits réservés Groupe N°1</b>
</div>
</body>
</html>