-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrembourser.html
90 lines (83 loc) · 3.6 KB
/
rembourser.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!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">
<script src="https://kit.fontawesome.com/538942b924.js" crossorigin="anonymous"></script>
<title>Document</title>
</head>
<body>
<div>
<header>
<p><strong><span style="color: #4ecd13;">A</span>KAM</strong></p>
<div class="navbar">
<ul class="dropdownmenu">
<li><a href="#" style="color: #4EB61E;" class="hover">Accueil</a></li>
<li><a href="#" class="hover"><i class="fa-solid fa-shop"></i>Boutiques</a></li>
<li><a href="#" class="hover"><i class="fa-solid fa-circle-question"></i>Aides</a>
<ul class="sous">
<li><a href="#">Commande</a></li>
<li><a href="#">Remboursement</a></li>
<li><a href="#">Chat en ligne</a></li>
</ul>
</li>
<li><a href="#" class="hover"><i class="fa-solid fa-cart-shopping"></i>Panier</a></li>
<li><a href="#" class="hover">Contacts<i class="fa-solid fa-user"></i></a>
<ul class="sous">
<li><a href="connexion.html">Se connecter</a></li>
<li><a href="inscription.html">S'inscrire</a></li>
<li><a href="#">Deconnexion</a></li>
</ul>
</li>
<li><a href="#"><input type="search" placeholder="recherche"></a></li>
<li><a href="#"class="hover"><i class="fa-solid fa-bars"></i></a>
<ul class="sous">
<li><a href="#">Jus de fruits</a></li>
<li><a href="#">Fruits</a></li>
<li><a href="#">Poudres</a></li>
<li><a href="#">Yaourt</a></li>
</ul>
<link rel="stylesheet" href="rembourser.cssc">
</li>
</ul>
</div>
</header>
<section class="menu">
<div>
<h1>Frais - Sain <br>- Bio</h1>
</div>
</section>
<h1 class="h1">COMMENT ANNULER MA COMMANDE</h1>
<section class="foot-section">
<div class="foot-section2">
<div>
<h1>Contactez-nous</h1>
<p><strong>Adresse : </strong>Côte d'Ivoire<br>Cocody-angre</p>
<p><strong>Telephone : </strong>+2250707070707<br>0022505050505</p>
<p><strong>Email : </strong>[email protected]</p>
</div>
<div>
<h1>Programmes</h1>
<p><strong>Ouverture : </strong> 07h00</p>
<p><strong>Fermerture : </strong> 21h00</p>
<p><strong>Jours : </strong>Lundi-Samedi</p>
</div>
<div>
<h1>Partenaires</h1>
<p><strong>JUMIA</strong></p>
<p><strong>GLOVO</strong></p>
<p><strong>SAMER</strong></p>
</div>
</div>
</section>
<footer>
<div>
<p>Avec AKAM c'est le paradis des aliments <br>bio et sains</p>
</div>
<div><span><i class="fa-brands fa-facebook-f"></i><i class="fa-brands fa-google"></i><i class="fa-brands fa-instagram"></i><i class="fa-brands fa-twitter"></i></span></div>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>