Skip to content

Commit dce39ec

Browse files
committed
Added missing delete-link-sent file
1 parent 3479c81 commit dce39ec

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Delete Account Link Sent</title>
7+
<link rel="stylesheet" href="/common/css/bootstrap.min.css">
8+
</head>
9+
<body>
10+
<div class="container">
11+
<h4>Delete Account Link Sent</h4>
12+
</div>
13+
<div class="container">
14+
A Delete Account link has been sent to your email.
15+
</div>
16+
</body>
17+
</html>

0 commit comments

Comments
 (0)