zrok/controller/emailUi/verify.gohtml
2022-12-14 14:40:45 -05:00

11 lines
336 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Welcome to zrok!</title>
</head>
<body>
<h1>Welcome to <code>zrok</code>, {{ .EmailAddress }}!</h1>
<p>Please click this <a href="{{ .VerifyUrl }}">link</a> to create your <code>zrok</code> account.</p>
</body>
</html>