-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata-deletion.html
37 lines (34 loc) · 1.03 KB
/
data-deletion.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
<!DOCTYPE html>
<html>
<head>
<title>Data Deletion Instructions - TestApp</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1, h2 {
color: #333;
}
</style>
</head>
<body>
<h1>Data Deletion Instructions</h1>
<p>Last updated: December 2023</p>
<h2>How to Request Data Deletion</h2>
<p>To request the deletion of your personal data from TestApp, please:</p>
<ol>
<li>Send an email to [email protected]</li>
<li>Include "Data Deletion Request" in the subject line</li>
<li>Provide your full name and email address used in the app</li>
</ol>
<h2>Processing Time</h2>
<p>We will process your request within 30 days and notify you once completed.</p>
<h2>Contact Information</h2>
<p>For any questions about data deletion, please contact:</p>
<p>Email: [email protected]</p>
</body>
</html>