-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsupprimer_compte.html
45 lines (45 loc) · 1.39 KB
/
supprimer_compte.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Procédure de Suppression de Compte</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px;
background-color: #f9f9f9;
}
h1 {
color: #333;
}
ul {
background: #fff;
padding: 15px;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
li {
margin-bottom: 10px;
}
.footer {
margin-top: 20px;
font-size: 0.9em;
color: #666;
}
</style>
</head>
<body>
<h1>Comment supprimer votre compte</h1>
<p>Si vous souhaitez supprimer votre compte, veuillez suivre les étapes ci-dessous :</p>
<ul>
<li>1. Ouvrez l'application et connectez-vous à votre compte.</li>
<li>2. Accédez à la section <strong>Profil</strong> dans les paramètres.</li>
<li>3. Cliquez sur l'option <strong>Supprimer le compte</strong>.</li>
<li>4. Votre compte sera supprimé de manière définitive.</li>
</ul>
<p class="footer">Si vous rencontrez des problèmes, contactez-nous à <a href="mailto:[email protected]
">[email protected]</a>.</p>
</body>
</html>