File size: 438 Bytes
67d958d
 
 
 
 
 
 
 
1acc3a6
67d958d
 
 
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
<head>
    <title>Email Verification</title>
</head>
<body>
    <h1>Email Verification</h1>
    <p>Thank you for using our service. To complete the registration process, please verify your email address by clicking the link below:</p>
    <a href="https://gregniuki-loginauth.hf.space/verify/{{ verification_token }}">Verify Email</a>
    <p>If you did not request this email, you can ignore it.</p>
</body>
</html>