1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-06-08 23:56:37 +02:00

20 lines
914 B
HTML
Raw Permalink Normal View History

<link href="https://fonts.googleapis.com/css?family=Poppins|Roboto" rel="stylesheet">
<style>
body {
font-family: 'Roboto', monospace;
font-size: 12px;
background: #ccc;
color: #333;
padding: 0 0 0 0;
margin: 0 0 0 0;
}
</style>
<div style="padding: 0% 10% 10% 10%">
<div style="padding: 10% 10% 10% 10%; background: white; word-wrap: break-word; border-radius: 10px 10px 10px 10px; ">
<p>{{ .Name }},</p>
<p>Someone in space has asked to reset the password for your account. If you did not request a password reset, you can disregard this email. No changes have been made to your account.</p>
<p>To reset your password, follow this link (or paste into your browser) within the next {{ .Minutes }} minutes.</p>
<p><a href="{{ .Url }}" target="_blank">{{ .Url }}</a></p>
2019-08-02 16:23:13 -08:00
<p>&nbsp;<br/>- Geeks </p>
</div>
</div>