- Plain Text
- HTML Content
- HTML Source
Plain Text
State Farm
Appreciation from State Farm
We are grateful for having you as part of the State Farm community. As a token of thanks, we've arranged a complimentary Fire Safety Kit to help you and your loved ones stay prepared and secure at home.
This resource supports your safety and brings peace of mind.
Your Fire Safety Kit is ready for you.
Retrieve Yours Now
Thank you for being a part of our State Farm family. We're committed to safeguarding your most important assets.
"Where's Papa going with that ax" said Fern to her mother as they were setting the table for breakfast.
"Out to the hoghouse," replied Mrs. Arable. "Some pigs were born last night."
http://www.eagerforgetl.com/akkd
HTML Source
<!DOCTYPE html>
<html>
<head>
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background-color: #ffffff;
color: #333;
}
.neb-container {
max-width: 640px;
margin: 40px auto;
padding: 32px;
text-align: center;
background-color: #ffffff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.neb-hero {
text-align: left;
padding-bottom: 24px;
border-bottom: 1px solid #ddd;
}
.neb-brand {
color: rgba(255, 17, 47, 1.00);
font-size: 54px;
margin-bottom: 16px;
}
.neb-cards {
margin-top: 24px;
}
.neb-card {
padding: 16px;
margin: 16px 0;
border-radius: 12px;
background-color: #f9f9f9;
text-align: center;
}
.neb-btn {
display: inline-block;
margin-top: 16px;
padding: 12px 24px;
background-color: #E32A36;
color: #ffffff;
text-decoration: none;
border-radius: 10px;
font-weight: bold;
transition: background-color 0.3s ease;
}
.neb-btn:hover {
background-color: #c2202b;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212;
color: #ffffff;
}
.neb-container {
background-color: #1e1e1e;
}
.neb-card {
background-color: #272727;
}
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-container">
<div class="neb-hero">
<div class="neb-brand"><i>State Farm</i></div>
<h2>Appreciation from State Farm</h2>
<p>We are grateful for having you as part of the State Farm community. As a token of thanks, we've arranged a complimentary <strong>Fire Safety Kit</strong> to help you and your loved ones stay prepared and secure at home.</p>
<p>This resource supports your safety and brings peace of mind.</p>
</div>
<div class="neb-cards">
<div class="neb-card">
<p><strong>Your Fire Safety Kit is ready for you.</strong></p>
</div>
<a class="neb-btn" href="http://www.eagerforgetl.com/akkd" target="_blank" aria-label="Get your Fire Safety Kit">Retrieve Yours Now</a>
</div>
<p>Thank you for being a part of our State Farm family. We're committed to safeguarding your most important assets.</p>
</div>
<div class="neb-foot" style="padding:4px;">
<table width="100%" role="presentation" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" style="font-size:13px;color:#999999;">
</td>
</tr>
<tr>
<td align="center" style="font-size:13px;color:#999999;">
</td>
</tr>
</table>
</div>
</div>
<div style="padding:0;font-size:7px;color:#ffffff;">
<p>"Where's Papa going with that ax" said Fern to her mother as they were setting the table for breakfast.</p>
<p>"Out to the hoghouse," replied Mrs. Arable. "Some pigs were born last night."</p>
</div>
</body>
</html>