-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelete_account.html
47 lines (44 loc) · 1.42 KB
/
delete_account.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Acount Delate steps</title>
</head>
<body>
<div style="
margin: auto;
border: 3px solid #ed8000;
padding: 10px;
margin: 10px;
position: absolute;
top: 50%;
left: 20%;
right: 20%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
">
<h1 style="
font-weight: 700;
padding-bottom: 17px;
border-bottom: 1px solid #ddd;
margin-bottom: 28px;
color: #ed8000;
"> How to delete a account? </h1>
<h4 style="
font-weight: 500;
padding-bottom: 10px;
margin-bottom: 20px;
"> Permanently delete your account, including all data, settings, and history. Here are the steps below: </h4>
<ol style="font-size: 16px; padding-left: 20px;">
<li>Open the app.</li>
<li>If not logged in, login to the app using your credentials.</li>
<li>Navigate to the "Profile" tab.</li>
<li>Select the option to delete your account.</li>
<li>Confirm that you understand your data will be deleted permanently.</li>
<li>Click on "Delete Account" or a similar confirmation button.</li>
<li>Receive confirmation that your account has been successfully deleted.</li>
</ol>
</div>
</body>
</html>