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