hagrid-keyserver--hagrid/dist/templates/verify-email-html.hbs

11 lines
254 B
Handlebars
Raw Normal View History

2019-02-12 13:11:03 +00:00
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Please verify your email address</title>
</head>
<body>
2019-03-04 14:23:53 +00:00
<a href='https://{{ domain }}/vks/v1/verify/{{ token }}'>Click here</a> to verify {{ address }}
2019-02-12 13:11:03 +00:00
</body>
</html>