43 lines
1.7 KiB
HTML
43 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Confirm Reauthentication</title>
|
|
</head>
|
|
<body style="font-family: Arial, sans-serif; line-height: 1.6; color: #333; margin: 0; padding: 0;">
|
|
<div style="max-width: 600px; margin: 0 auto; padding: 20px;">
|
|
<div style="text-align: center; margin-bottom: 20px;">
|
|
<table style="margin: 0 auto;">
|
|
<tr>
|
|
<td style="vertical-align: middle; padding-right: 15px;">
|
|
<img src="https://git.gbrown.org/gib/Tech_Tracker_Web/raw/branch/master/public/images/tech_tracker_logo.png" alt="Tech Tracker Logo" style="max-width: 80px; height: auto;">
|
|
</td>
|
|
<td style="vertical-align: middle;">
|
|
<h1 style="margin: 0; font-size: 48px; color: #001084;">Tech Tracker</h1>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
|
|
<h1 style="color: #000033; text-align: center;">Confirm Reauthentication</h1>
|
|
|
|
<p>Hello,</p>
|
|
|
|
<p>For security reasons, we need to verify your identity. Please enter the following code when prompted:</p>
|
|
|
|
<div style="text-align: center; margin: 30px 0;">
|
|
<div style="font-size: 24px; letter-spacing: 4px; font-weight: bold; background-color: #f3f4f6; padding: 12px; border-radius: 4px; display: inline-block; color: #111133">
|
|
{{ .Token }}
|
|
</div>
|
|
</div>
|
|
|
|
<p>This code will expire in 10 minutes.</p>
|
|
|
|
<p>If you didn't request this code, please secure your account by changing your password immediately.</p>
|
|
|
|
<div style="margin-top: 40px; padding-top: 20px; border-top: 1px solid #eaeaea; text-align: center; color: #666; font-size: 14px;">
|
|
<p>Tech Tracker - City of Gulfport</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|