10 lines
178 B
Cheetah
10 lines
178 B
Cheetah
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Account confirmation</title>
|
|
</head>
|
|
<body>
|
|
<a href="{{ .confirmationLink }}">Click here</a>
|
|
</body>
|
|
</html> |