-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapropos.html
More file actions
22 lines (22 loc) · 991 Bytes
/
apropos.html
File metadata and controls
22 lines (22 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>À propos - REGIDESO Lubumbashi</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h2 class="TT">À propos de notre Agence</br>REGIDESO</h2></br>
<p>Nous sommes l’agence REGIDESO de Lubumbashi, responsable de la distribution de l’eau potable dans la région. Notre mission est de garantir un service fiable et de qualité à la population.</p>
<h5>Contact :</h5>
<ul class="ATM">
<li class="MJR">Téléphone : +243 820 000 000</li>
<li class="MJR">Email : contact@regideso.cd</li>
<li class="MJR">Adresse : Av. Kasa-Vubu, Lubumbashi</li>
</ul>
<a href="index.html" class="btn">Accueil</a></br></br></br>
MULANGU © 2025 REGIDESO - Tous droits réservés
</body>
</html>