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

27 lines
695 B
Handlebars

<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<title>Please confirm deletion of your key</title>
</head>
<body>
<p>
Someone, presumably you, requested that your key will no longer
be available when searching for you email addresses on
<a href="https://{{domain}}">{{domain}}</a>.
</p>
<p>
If it was not you, please ignore this email.
</p>
<p>
To de-list your key on {{domain}}, follow this link:
</p>
<p>
<a href="https://{{domain}}/delete/{{token}}">https://{{domain}}/delete/{{token}}</a>
</p>
<p>
If you do not want to de-list your key, please ignore this
email.
</body>
</html>