40 lines
1.2 KiB
Twig
40 lines
1.2 KiB
Twig
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html lang="en" style="margin:0;padding:0;">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
|
<meta name="format-detection" content="telephone=no"/>
|
||
|
<title></title>
|
||
|
<style type="text/css">
|
||
|
@media screen and (max-width: 599px) {
|
||
|
div {
|
||
|
max-width: 100% !important;
|
||
|
}
|
||
|
}
|
||
|
body {
|
||
|
background-color: #1e1f1e;
|
||
|
margin:25px;
|
||
|
padding:0;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div style="border-collapse:collapse;border-spacing:0;">
|
||
|
<h1>Hi {{ username }}, please confirm your email!</h1>
|
||
|
|
||
|
<p>
|
||
|
Please confirm your email address by clicking the following link: <br><br>
|
||
|
<a href="{{ signedUrl|raw }}">Confirm my Email</a>.
|
||
|
<br>
|
||
|
This link will expire in {{ expiresAtMessageKey|trans(expiresAtMessageData, 'VerifyEmailBundle') }}.
|
||
|
</p>
|
||
|
|
||
|
<p>
|
||
|
Kind regards,
|
||
|
24unix.net
|
||
|
</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|