-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (30 loc) · 860 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head> </head>
<body>
<a href="addedToGroup2.html">Added to Groop</a>
<br>
<a href="confirmation2.html">Confirmation</a>
<br>
<a href="groopitDigest2.html">Digest</a>
<br>
<a href="invitation2.html">Invitation</a>
<br>
<a href="milestone50Members2.html">Milestone for reaching 50 members</a>
<br>
<a href="milestone10Members2.html">Milestone for reaching 10 members</a>
<br>
<a href="requestIgnored2.html">Request Ignored</a>
<br>
<a href="requestToJoin2.html">Request to Join</a>
<br>
<a href="resetPassword2.html">Reset Password</a>
<br>
<a href="subscriptionCancelled2.html">Subscription Cancelled</a>
<br>
<a href="subscriptionCreated2.html">Subscription Created</a>
<br>
<a href="trialEnding2.html">Trial Ending</a>
<br>
</body>
</html>