<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DIGIFab - Clinical Monitoring Opportunity</title>
<style>
body {
margin: 0;
padding: 0;
font-family: sans-serif;
display: flex;
align-items: center;
}
.container {
width: 100%;
display: flex;
align-items: center;
}
.logo {
width: 57px;
margin-right: 10px;
}
.content {
flex: 1;
display: flex;
flex-direction: column;
}
.heading, .subheading, .text {
margin: 0;
padding: 0 5px;
}
.heading {
font-size: 16px;
font-weight: bold;
}
.subheading, .text {
font-size: 12px;
}
.text {
margin-bottom: 5px;
}
.button {
background-color: #014757;
color: white;
padding: 5px 10px;
border: none;
border-radius: 5px;
cursor: pointer;
text-decoration: none;
font-size: 12px;
display: inline-block;
margin-top: 5px;
}
</style>
</head>
<body>
<div class="container">
<img class="logo" src="https://serb.com/wp-content/uploads/2022/09/SERB-logo-200x57-1.svg" alt="SERB Logo">
<div class="content">
<p class="heading">Clinical Monitoring Opportunity!</p>
<p class="subheading">Monitor Digoxin Levels for Patient Safety</p>
<p 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. Learn more:</p>
<a href="#" class="button">Potentially Fatal Digoxin Toxicity | DIGIFab</a>
</div>
</div>
</body>
</html>
2
2
4KB
10KB
107.0ms
163.0ms
220.0ms