mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-17 21:25:54 +02:00
17 lines
619 B
HTML
17 lines
619 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
|
</head>
|
|
|
|
<body style="text-align: center;">
|
|
<p style="font-weight: bolder; font-size: large;">Hello!</p>
|
|
<p>You requested to reset the password for your account:</p>
|
|
<p>{{username}}</p>
|
|
<p>Click the button below to reset your password:</p>
|
|
<br />
|
|
<p><a href="{{{link}}}" style="background-color: lightskyblue; cursor: pointer; border-radius: 5px; padding: 10px; border-style: solid; border-width: 2px; text-decoration: none; font-weight: bolder; color:blue">Verify email</a></p>
|
|
<br />
|
|
</body>
|
|
|
|
</html> |