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/dist/templates/email/manage-html.hbs

28 lines
691 B
Handlebars
Raw Normal View History

2019-04-05 11:07:40 -04:00
<!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
2019-06-05 21:49:47 -04:00
be available when searching for your email addresses on
2019-04-05 11:07:40 -04:00
<a href="{{base_uri}}">{{domain}}</a>.
</p>
<p>
If it was not you, please ignore this email.
</p>
<p>
To de-list your key on <a href="{{base_uri}}">{{domain}}</a>,
follow this link:
</p>
<p>
<a href="{{base_uri}}{{uri}}">{{base_uri}}{{uri}}</a>
</p>
<p>
If you do not want to de-list your key, please ignore this
email.
</body>
</html>