Skip to content

Instantly share code, notes, and snippets.

@hteumeuleu
Last active August 24, 2021 13:51
Show Gist options
  • Save hteumeuleu/b92e91e91edeec8e1d9133e87175dc83 to your computer and use it in GitHub Desktop.
Save hteumeuleu/b92e91e91edeec8e1d9133e87175dc83 to your computer and use it in GitHub Desktop.
Firefox Relay Test
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width"/>
<title>Firefox Relay</title>
<style>
* {
box-sizing: border-box;
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif !important;
margin: 0;
padding: 0;
height: 100%;
}
a {
text-decoration: none;
color: #20123a;
transition: all 0.2s ease;
}
a:hover {
color: #20123ad5;
transition: all 0.2s ease;
}
a:hover,
a:focus,
a:active {
transition: all 0.2s ease;
}
</style>
</head>
<body style="padding: 0; margin: 0;">
<table width="100%" bgcolor="#f9f9fa" style="background: #f9f9fa; padding-top: 12px; padding-right: 12px; padding-left: 12px; padding-bottom:12px; margin-top: 0px; margin-bottom: 30px; width: 100%;">
<tr>
<td align="center" valign="top" width="100%" style="max-width:800px; padding-top: 0px; padding-bottom: 0px;">
<table width="100%" style="max-width:700px; text-align: center; border-collapse: collapse;">
<tr>
<td width="100%" align="center" style="line-height: 150%;">
<p style="color: #363959; font-size: 13px; font-family: sans-serif; margin-top: 0; margin-bottom: 0;">
This message was forwarded from <span style="font-family: sans-serif; font-weight: bolder; color: #20123a; text-decoration: none; font-size: 13px;">xxxxxxxxx<span>@</span>relay<span>.</span>firefox<span>.</span>com</span> by <a href="https://relay.firefox.com" target="_blank" style="font-family: sans-serif; color: #20123a; text-decoration: underline; font-weight: bolder; font-size: 13px;">Firefox Relay</a>.
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="100%; padding: 0; margin: 0;">
<tr>
<td width="100%">
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Test</title>
<style>
.test { padding:1em; font:1em/1.5 sans-serif; color:#fff; background-color:green !important; }
</style>
</head>
<body>
<div class="test" style="background-color:red;">Lorem ipsum dolor sit, amet consectetur adipisicing elit. Ullam neque nesciunt distinctio officiis vitae dolorum sequi veritatis. Obcaecati quibusdam repellendus fugiat dolor dolore iusto velit harum voluptatem similique! Aliquam labore facilis, officia nesciunt perspiciatis voluptas rem repellendus temporibus nam voluptatum. Laboriosam veritatis eveniet natus expedita enim. Asperiores tempora veritatis eos voluptate architecto, at sapiente nostrum ea voluptatibus suscipit facere eaque ipsam nemo porro totam repellendus inventore est, odio dolorum sequi quia. Modi similique sequi magnam nemo temporibus at facere maxime! Vero explicabo reprehenderit sunt ratione illum numquam. Possimus labore expedita, consectetur iste rem blanditiis? Laudantium atque facilis ea! At, perferendis.</div>
</body>
</html>
</td>
</tr>
</table>
<table width="100%" align="center" bgcolor="#f9f9fa" style="background: #f9f9fa; padding-top: 12px; padding-right: 12px; padding-left: 12px; padding-bottom:12px; margin-top: 0px; margin-bottom: 30px; width: 100%;"">
<tr>
<td align="center" valign="top" width="100%" style="max-width:700px; padding-top: 12px; padding-bottom: 24px;">
<table align="center" width="100%" style="max-width: 700px; border-collapse: collapse; padding-top: 0px; padding-bottom: 0px;">
<tr>
<td align="center" width="100%" style="padding-top: 0px; padding-bottom: 8px; text-align: center">
<img width="160" src="https://relay.firefox.com/static/images/email-images/relay-logo-emails.png" style="display: inline-block; margin-bottom: 0px; width: 160px;" alt="Relay Logo" />
</td>
</tr>
<tr>
<td align="center" style="line-height: 150%; padding-left: 20px; padding-right: 20px;">
<p style="display: inline-block; padding-top: 0; font-size: 13px; color: #363959; font-family: sans-serif; padding-left: 20px; padding-right: 20px; margin-top: 0; margin-bottom: 0;">
Stop email forwarding and <a href="https://relay.firefox.com/accounts/profile?utm_source=emails&utm_medium=email&utm_campaign=alias-email" style="display: inline-block; color: #20123a; font-weight: bolder; font-size: 13px; text-decoration: underline; font-family: sans-serif; margin: 0;">manage settings for all aliases here.</a>
</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment