summary refs log tree commit diff
path: root/synapse/res/templates/add_threepid.html
blob: 71f2215b7aea8693d976aca6d702d760a35610ab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Request to add an email address to your Matrix account</title>
</head>
<body>
    <p>A request to add an email address to your Matrix account has been received. If this was you, please click the link below to confirm adding this email:</p>
    <a href="{{ link }}">{{ link }}</a>
    <p>If this was not you, you can safely ignore this email. Thank you.</p>
</body>
</html>