1
0
Fork 0
mirror of https://gitlab.com/hagrid-keyserver/hagrid.git synced 2023-02-13 20:55:02 -05:00
hagrid-keyserver--hagrid/templates/verify-email-html.hbs
2018-11-02 11:58:43 +01:00

10 lines
251 B
Handlebars

<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Please verify your email address</title>
</head>
<body>
<a href='https://{{ domain }}/vks/verify/{{ token }}'>Click here</a> to verify {{ address }}
</body>
</html>