<!DOCTYPE html>
<html>
<head>
<style>
/* Add custom styles here */
.banner-container {
width: 720px;
height: 90px;
background-color: #ffffff;
text-align: left;
font-family: Arial, sans-serif;
padding: 10px;
}
.heading {
font-size: 18px;
font-weight: bold;
color: #000000;
margin-bottom: 5px;
}
.subheading {
font-size: 14px;
color: #333333;
margin-bottom: 5px;
}
.text {
font-size: 12px;
color: #666666;
margin-bottom: 5px;
}
.cta-button {
display: inline-block;
padding: 5px 10px;
background-color: #014757;
color: #ffffff;
font-size: 12px;
text-decoration: none;
margin-top: 10px;
}
.logo {
width: 100px;
height: 28.5px;
margin-right: 10px;
}
</style>
</head>
<body>
<div class="banner-container">
<div class="logo">
<img src="https://serb.com/wp-content/uploads/2022/09/SERB-logo-200x57-1.svg" alt="SERB Logo">
</div>
<div class="heading">Clinical Monitoring Opportunity!</div>
<div class="subheading">Monitor Digoxin Levels for Patient Safety</div>
<div class="text">This patient is on digoxin. Monitoring levels (~6 hours post-dose) is crucial for early detection of life-threatening toxicities. Act now and verify digoxin levels are within therapeutic range to optimize patient care.</div>
<a href="https://digifab.health/en-us/digoxin-toxicity/potentially-fatal-digoxin-toxicity.html" class="cta-button">Potentially Fatal Digoxin Toxicity | DIGIFab</a>
</div>
</body>
</html>
2
2
4KB
10KB
114.0ms
165.0ms
197.0ms