mirror of
https://gitlab.com/hagrid-keyserver/hagrid.git
synced 2023-02-13 20:55:02 -05:00
10 lines
251 B
Handlebars
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>
|