2024-08-06 11:08:15 -04:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< meta http-equiv = "x-ua-compatible" content = "ie=edge" >
< title > Email Confirmation< / title >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
< style type = "text/css" >
/**
* Avoid browser level font resizing.
* 1. Windows Mobile
* 2. iOS / OSX
*/
body,
table,
td,
a {
-ms-text-size-adjust: 100%; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
}
/**
* Remove extra space added to tables and cells in Outlook.
*/
table,
td {
mso-table-rspace: 0pt;
mso-table-lspace: 0pt;
}
/**
* Better fluid images in Internet Explorer.
*/
img {
-ms-interpolation-mode: bicubic;
}
/**
* Remove blue links for iOS devices.
*/
a[x-apple-data-detectors] {
font-family: inherit !important;
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
color: inherit !important;
text-decoration: none !important;
}
/**
* Fix centering issues in Android 4.4.
*/
div[style*="margin: 16px 0;"] {
margin: 0 !important;
}
body {
width: 100% !important;
height: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
/**
* Collapse table borders to avoid space between cells.
*/
table {
border-collapse: collapse !important;
}
a {
color: #1a82e2;
}
img {
height: auto;
line-height: 100%;
text-decoration: none;
border: 0;
outline: none;
}
< / style >
< / head >
< body style = "background-color: #e9ecef;" >
<!-- start preheader -->
< div class = "preheader" style = "display: none; max-width: 0; max-height: 0; overflow: hidden; font-size: 1px; line-height: 1px; color: #fff; opacity: 0;" >
A preheader is the short summary text that follows the subject line when an email is viewed in the inbox.
< / div >
<!-- end preheader -->
<!-- start body -->
< table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" >
<!-- start hero -->
< tr >
< td align = "center" bgcolor = "#e9ecef" >
<!-- [if (gte mso 9)|(IE)]>
< table align = "center" border = "0" cellpadding = "0" cellspacing = "0" width = "600" >
< tr >
< td align = "center" valign = "top" width = "600" >
<![endif]-->
< table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "max-width: 600px;" >
< tr >
< td align = "left" style = "padding: 36px 24px 0; font-family: sans-serif; border-top: 3px solid #d4dadf;" >
< h1 style = "margin: 0 0 12px 0; font-size: 32px; font-weight: 700; letter-spacing: -1px; line-height: 48px; text-align: center;" > Welcome, $NAME!< / h1 >
< h2 style = "margin: 0 0 16px 0; font-size: 24px; font-weight: 700; letter-spacing: -1px; line-height: 32px; text-align: center;" > Please confirm your email address.< / h2 >
< / td >
< / tr >
< / table >
<!-- [if (gte mso 9)|(IE)]>
< / td >
< / tr >
< / table >
<![endif]-->
< / td >
< / tr >
<!-- end hero -->
<!-- start copy block -->
< tr >
< td align = "center" bgcolor = "#e9ecef" >
<!-- [if (gte mso 9)|(IE)]>
< table align = "center" border = "0" cellpadding = "0" cellspacing = "0" width = "600" >
< tr >
< td align = "center" valign = "top" width = "600" >
<![endif]-->
2024-11-15 22:17:09 -05:00
< table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" style = "max-width: 500px;" >
2024-08-06 11:08:15 -04:00
<!-- start copy -->
< tr >
< td align = "left" bgcolor = "#ffffff" style = "padding: 24px; font-family: sans-serif; font-size: 16px; line-height: 24px;" >
2024-10-02 12:41:25 -04:00
< p style = "margin: 0;" > Click or tap the button below to confirm your email address. If you didn't create an account with < a href = "#" > Debt Pirate< / a > , you can safely delete this email.< / p >
2024-08-06 11:08:15 -04:00
< / td >
< / tr >
<!-- end copy -->
<!-- start button -->
< tr >
< td align = "left" bgcolor = "#ffffff" >
< table border = "0" cellpadding = "0" cellspacing = "0" width = "100%" >
< tr >
< td align = "center" bgcolor = "#ffffff" style = "padding: 12px;" >
< table border = "0" cellpadding = "0" cellspacing = "0" >
< tr >
< td align = "center" bgcolor = "#1a82e2" style = "border-radius: 6px;" >
2024-11-15 22:17:09 -05:00
< a href = "https://debtpirate.app/verify?u=$USER_ID&t=$VERIFICATION_TOKEN" target = "_blank" style = "display: inline-block; padding: 16px 36px; font-family: sans-serif; font-size: 16px; color: #ffffff; text-decoration: none; border-radius: 6px;" > Confirm Email Address< / a >
2024-08-06 11:08:15 -04:00
< / td >
< / tr >
< / table >
< / td >
< / tr >
< / table >
< / td >
< / tr >
<!-- end button -->
<!-- start copy -->
< tr >
< td align = "left" bgcolor = "#ffffff" style = "padding: 24px; font-family: sans-serif; font-size: 16px; line-height: 24px; border-bottom: 3px solid #d4dadf" >
2024-10-02 12:41:25 -04:00
< p style = "margin: 0;" > Thank you,< br > The Debt Pirate Team< / p >
2024-08-06 11:08:15 -04:00
< / td >
< / tr >
<!-- end copy -->
< / table >
<!-- [if (gte mso 9)|(IE)]>
< / td >
< / tr >
< / table >
<![endif]-->
< / td >
< / tr >
<!-- end copy block -->
< / table >
<!-- end body -->
< / body >
< / html >