-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaccount-deletion.html
More file actions
65 lines (59 loc) · 1.88 KB
/
Copy pathaccount-deletion.html
File metadata and controls
65 lines (59 loc) · 1.88 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Roastify Account Deletion</title>
<meta
name="description"
content="How to delete your Roastify account and what data is removed."
/>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="site-header wrap">
<a class="brand" href="index.html" aria-label="Roastify home">
<span class="brand-mark">R</span>
<span class="brand-text">Roastify</span>
</a>
<nav class="nav">
<a href="index.html">Home</a>
</nav>
</header>
<main class="wrap legal">
<h1>Delete Your Account</h1>
<p class="meta">Last updated: April 6, 2026</p>
<section>
<h2>How to delete your account</h2>
<p>
Log in to Roastify, open your account settings, and tap
<strong>Delete Account</strong>.
</p>
</section>
<section>
<h2>What data will be deleted</h2>
<p>When deletion is requested, we permanently remove:</p>
<ul>
<li>Your profile and account identifiers.</li>
<li>Your roast history and related database records.</li>
<li>Your app-specific settings linked to your account.</li>
</ul>
</section>
<section>
<h2>Deletion timeline</h2>
<p>Account deletion is completed within 24 hours of your request.</p>
</section>
<section>
<h2>Need help?</h2>
<p>
If you face issues deleting your account, contact
<a href="mailto:info.mysticastra@gmail.com">info.mysticastra@gmail.com</a>.
</p>
</section>
</main>
<footer class="site-footer wrap">
<span>© 2026 Roastify</span>
<a href="privacy.html">Privacy Policy</a>
</footer>
</body>
</html>