Skip to content

Commit b6a3e61

Browse files
chore: add account deletion document
1 parent 1c27096 commit b6a3e61

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width" />
6+
<title>Account deletion - Monthly Bill Planner</title>
7+
<style>
8+
body {
9+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
10+
padding: 1em;
11+
}
12+
</style>
13+
</head>
14+
15+
<body>
16+
<h4>Moimob</h4>
17+
<h1>Account deletion - Monthly Bill Planner</h1>
18+
19+
<p>
20+
If you would like to delete your account send an email to
21+
[email protected]. Make sure that you use the email that the account is
22+
connected to
23+
</p>
24+
25+
<p>
26+
The account and all data connected to the account will be deleted within 90 days
27+
</p>
28+
29+
</body>
30+
</html>

0 commit comments

Comments
 (0)