File size: 314 Bytes
8f15216
 
 
 
 
 
 
d7a3b18
 
dc925e9
8f15216
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>Registration Successful</title>
</head>
<body>
    <h1>Registration Successful</h1>
    <p>Your registration was successful. 
      Email with verification link was sent. You can now log in to access protected content.</p>
    <a href="/protected">Login</a>
</body>
</html>