Skip to content

Instantly share code, notes, and snippets.

@robertboland1
Last active July 15, 2022 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertboland1/d60f9b7f97dc16084e8eb47992700fe1 to your computer and use it in GitHub Desktop.
Save robertboland1/d60f9b7f97dc16084e8eb47992700fe1 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>You&#x27;ve Been Unsubscribed</title>
<meta name="description" content="You&#x27;ve Been Unsubscribed" />
<meta name="author" content="Klaviyo" />
<link href="/media/css/crm/straps/straps.css?v=24ac5c6" rel="stylesheet">
<meta name="robots" content="noindex, noimageindex, nofollow, nosnippet" />
<link href="/media/css/groups/pages/base.css?v=24ac5c6" rel="stylesheet" />
<style type="text/css">
body {
background-color: #eee;
font-family: 'Helvetica Neue', Arial !important;
}
.container {
background-color: #fff;
border-width: 1px;
border-style: solid;
border-color: #ccc;
border-radius: 0px;
}
a, a:hover {
color: #00c;
}
#header .container {
border-radius: 0px 0px 0 0;
padding: 20px;
padding-bottom: 0px;
margin-bottom: 0px;
text-align: center;
}
#header .container h1 {
font-size: 28px;
font-weight: bold;
text-align: center;
padding-bottom: 0;
color: #222;
line-height: 110%;
}
#main .container {
border-radius: 0 0 0px 0px;
line-height: 110%;
font-size: 13px;
color: #222;
padding: 40px;
}
#main .control-group {
margin-bottom: 18px;
}
#main .control-group .control-label,
#main .control-group.checkbox_group .controls label,
#main .control-group.radio_group .controls label {
line-height: 110%;
font-size: 16px;
color: #222;
}
#main .control-group input[type="text"],
#main .control-group input[type="password"],
#main .control-group input[type="email"],
#main .control-group input[type="url"] {
border-width: 1px;
border-color: #ccc;
border-radius: 0px;
font-size: 16px;
color: #222;
}
#main .control-group .help-block {
color: #666;
font-size: 13px;
}
#main .control-group.error .help-inline {
color: #e74c3c;
font-size: 13px;
font-weight: normal;
}
#main .control-group .controls .required {
color: #e74c3c;
}
.container .btn,
.container .btn-primary {
background-color: #0A2454;
color: #fff;
border-radius: 2px;
}
.container .btn:hover,
.container .btn-primary:hover {
background-color: #0A2454;
color: #fff;
}
</style>
</head>
<body id="page-basic" class="styles_2015">
<div id="header">
<div class="container">
<h1>
<span>You've Been Unsubscribed</span>
</h1>
</div>
</div>
<div id="main">
<div class="container">
<div class="pre_form" style="text-align:center;">
If you'd like to re-subscribe to this list, use the link below.
</div>
<div class="post_form">
<a href="https://manage.kmail-lists.com/subscriptions/subscribe?a={{request.GET.a}}&amp;g={{request.GET.g}}"
class="btn btn-large btn-primary">Subscribe</a>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment