mirror of
https://github.com/openziti/zrok.git
synced 2024-11-23 16:43:09 +01:00
11 lines
336 B
Plaintext
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> |