Inboxes

Create an inbox to save and track emails. It's free!

+New inbox

<!DOCTYPE html>
<html lang="en" xmlns="//www.w3.org/1999/xhtml">
 <head>
  <meta content="text/html; charset=utf-8" http-equiv="Content-Type"/>
  <meta/>
  <!-- utf-8 works for most cases -->
  <meta content="width=device-width" name="viewport"/>
  <!-- Forcing initial-scale shouldn't be necessary -->
  <meta content="IE=edge" http-equiv="X-UA-Compatible"/>
  <!-- Use the latest (edge) version of IE rendering engine -->
  <meta name="x-apple-disable-message-reformatting"/>
  <!-- Disable auto-scale in iOS 10 Mail entirely -->
  <meta content="telephone=no,address=no,email=no,date=no,url=no" name="format-detection"/>
  <!-- Tell iOS not to automatically link certain text strings. -->
  <title>
  </title>
  <!-- The title tag shows in email notifications, like Android 4.4. -->
  <!-- Web Font / @font-face : BEGIN -->
  <!-- NOTE: If web fonts are not required, lines 10 - 27 can be safely removed. -->
  <!-- Desktop Outlook chokes on web font references and defaults to Times New Roman, so we force a safe fallback font. -->
  <!--[if mso]>
        <style>
            * {
                font-family: sans-serif !important;
            }
        </style>
    <![endif]-->
  <!-- All other clients get the webfont reference; some will render the font and others will silently fail to the fallbacks. More on that here: //stylecampaign.com/blog/2015/02/webfont-support-in-email/ -->
  <!--[if !mso]><!-->
  <!-- insert web font reference, eg: <link href='https://fonts.googleapis.com/css?family=Roboto:400,700' rel='stylesheet' type='text/css'> -->
  <!--<![endif]-->
  <!-- Web Font / @font-face : END -->
  <!-- CSS Reset : BEGIN -->
  <style data-premailer="ignore" type="text/css">
   /* What it does: Remove spaces around the email design added by some email clients. */
        /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
        html,
        body {
            margin: 0 !important;
            padding: 0 !important;
            height: 100% !important;
            width: 100% !important;
        }

        /* What it does: Stops email clients resizing small text. */
        * {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
        }

        /* What it does: Centers email on Android 4.4 */
        div[style*="margin: 16px 0"] {
            margin: 0 !important;
        }

        /* What it does: Stops Outlook from adding extra spacing to tables. */
        table,
        td {
            
            
        }

        /* What it does: Replaces default bold style. */
        th {
        	font-weight: normal;
        }

        /* What it does: Fixes webkit padding issue. */
        table {
            border-spacing: 0 !important;
            border-collapse: collapse !important;
            table-layout: fixed !important;
            margin: 0 auto !important;
        }

        /* What it does: Prevents Windows 10 Mail from underlining links despite inline CSS. Styles for underlined links should be inline. */
        a {
            text-decoration: none;
        }

        /* What it does: Uses a better rendering method when resizing images in IE. */
        img {
            -ms-interpolation-mode:bicubic;
        }

        /* What it does: A work-around for email clients meddling in triggered links. */
        a[x-apple-data-detectors],  /* iOS */
        .unstyle-auto-detected-links a,
        .aBn {
            border-bottom: 0 !important;
            cursor: default !important;
            color: inherit !important;
            text-decoration: none !important;
            font-size: inherit !important;
            font-family: inherit !important;
            font-weight: inherit !important;
            line-height: inherit !important;
        }

        /* What it does: Prevents Gmail from changing the text color in conversation threads. */
        .im {
            color: inherit !important;
        }

        /* What it does: Prevents Gmail from displaying a download button on large, non-linked images. */
        .a6S {
           display: none !important;
           opacity: 0.01 !important;
		}
		/* If the above doesn't work, add a .g-img class to any image in question. */
		img.g-img + div {
		   display: none !important;
		}

        /* What it does: Removes right gutter in Gmail iOS app: https://github.com/TedGoas/Cerberus/issues/89  */
        /* Create one of these media queries for each additional viewport size you'd like to fix */

        /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */
        @media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
            u ~ div .email-container {
                min-width: 320px !important;
            }
        }
        /* iPhone 6, 6S, 7, 8, and X */
        @media only screen and (min-device-width: 375px) and (max-device-width: 413px) {
            u ~ div .email-container {
                min-width: 375px !important;
            }
        }
        /* iPhone 6+, 7+, and 8+ */
        @media only screen and (min-device-width: 414px) {
            u ~ div .email-container {
                min-width: 414px !important;
            }
        }
  </style>
  <!-- What it does: Makes background images in 72ppi Outlook render at correct size. -->
  <!--[if gte mso 9]>
    <xml>
        <o:OfficeDocumentSettings>
            <o:AllowPNG/>
            <o:PixelsPerInch>96</o:PixelsPerInch>
        </o:OfficeDocumentSettings>
    </xml>
    <![endif]-->
  <!-- CSS Reset : END -->
  <!-- Progressive Enhancements : BEGIN -->
  <style data-premailer="ignore" type="text/css">
   .card {
        	border-top-right-radius: 24px;
          border-top-left-radius: 24px;
          border-bottom-right-radius: 24px;
          border-bottom-left-radius: 24px;
          overflow: hidden;
        }
      
      	.header-text {
      		font-size: 27px !important;
      	}
      
        .header-break {
          display: inline !important;
        }
      
        @media screen and (min-width: 620px)  {
          .header-text {
            line-height: 54px !important;
            font-size: 46px !important;
          }
          .header-break {
          	display: block !important;
          }
        }

        @media screen and (max-width: 620px) {
            
            .email-container {
                width: 90% !important;
                margin: auto !important;
            }

            /* What it does: Forces table cells into full-width rows. */
            .stack-column,
            .stack-column-center {
                display: block !important;
                width: 100% !important;
                max-width: 100% !important;
                direction: ltr !important;
            }
            /* And center justify these ones. */
            .stack-column-center {
                text-align: center !important;
            }

            /* What it does: Generic utility class for centering. Useful for images, buttons, and nested tables. */
            .center-on-narrow {
                text-align: center !important;
                display: block !important;
                margin-left: auto !important;
                margin-right: auto !important;
                float: none !important;
            }
            table.center-on-narrow {
                display: inline-block !important;
            }

            /* What it does: Adjust typography on small screens to improve readability */
            .email-container p {
                font-size: 17px !important;
            }
        }
  </style>
  <!-- Progressive Enhancements : END -->
 </head>
 <!--
	The email background color (#222222) is defined in three places:
	1. body tag: for most email clients
	2. center tag: for Gmail and Inbox mobile apps and web versions of Gmail, GSuite, Inbox, Yahoo, AOL, Libero, Comcast, freenet, Mail.ru, Orange.fr
	3. mso conditional: For Windows 10 Mail
-->
 <body bgcolor="black" style="background: black no-repeat 0% 0% / 100%; margin: 0; padding: 0" width="100%">
  <div style="color:transparent;visibility:hidden;opacity:0;font-size:0px;border:0;max-height:1px;width:1px;margin:0px;padding:0px;border-width:0px!important;display:none!important;line-height:0px!important;">
   <img border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Funiverse-4f470b76f702.intercom-mail.com%252Fq%252FS0MKRNPijlzhufJhu-yqFQ~~%252FAAAAAQA~%252FRgRfyUOJPVcIaW50ZXJjb21CCgAoib7mXWAglF1SEzdkZDZjZmE4QHVpZmVlZC5jb21YBAAAKAc~/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ1bml2ZXJzZS00ZiJ9:1kXNX4:ymjgyUtG9LT0ObPL5NMv0T6mTig3B957f2SagEowm3w" width="1"/>
  </div>
  <center style="background: black no-repeat 0% 0% / 100%; width: 100%">
   <!--[if mso | IE]>
    <table class="background-for-ie" role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="background-repeat: no-repeat; background-color: black; background-size: 100%;">
    <tr>
    <td>
    <![endif]-->
   <!-- Email Body : BEGIN -->
   <table align="center" border="0" cellpadding="0" cellspacing="0" class="email-container" style="margin: auto" width="620">
    <!-- Email Header : BEGIN -->
    <tbody>
     <tr>
      <td align="center" style="padding: 60px 0 30px; text-align: center">
       <img alt="Universe Pro" src="https://inboxflows.com/_/image/https%253A%252F%252Fd24ele8q6e8xs7.cloudfront.net%252Femails%252Funiverse-pro.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMjRlbGU4cTZlOCJ9:1kXNX4:mrm8OUZcz8AmeEOp_kD28sD-1hHq96kYuhWyHsucrjY" style="font-family: sans-serif; font-size: 15px; height: auto; line-height: 15px; width: 236px" width="236"/>
      </td>
     </tr>
     <!-- Email Header : END -->
     <!-- 1 Column Text + Button : BEGIN -->
     <tr>
      <td bgcolor="white" class="card" style="background-color: white">
       <table border="0" cellpadding="0" cellspacing="0" width="100%">
        <tbody>
         <tr>
          <td style="padding: 24px">
           <!-- Button : BEGIN -->
           <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto">
            <tbody>
             <tr>
              <td>
               <span style="background-color: #FFE400; border-radius: 4px; color: black; display: block; font-family: sans-serif; font-size: 12px; font-weight: bold; line-height: 15px; padding: 7px 10px 6px; text-decoration: none">
                24 Hours Only
               </span>
              </td>
             </tr>
            </tbody>
           </table>
           <!-- Button : END -->
          </td>
         </tr>
         <tr>
          <td style="color: #555555; font-size: 15px; line-height: 20px; padding: 0 16px">
           <h1 align="center" class="header-text" style="color: #333333; font-family: sans-serif; font-size: 32px; font-weight: bold; line-height: 38px; margin: 0 0 24px; text-align: center">
            50% off Universe Pro
           </h1>
           <p align="center" style="font-family: sans-serif; font-size: 17px; margin: 0 auto 24px; max-width: 420px; text-align: center">
            Unlock the power of Universe Pro for $59.99. That's $5/month. Act fast.
           </p>
          </td>
         </tr>
         <tr>
          <td style="color: #555555; font-family: sans-serif; font-size: 17px; line-height: 20px; padding: 0 16px">
           <ul style="background-color: #F2F2F2; border-radius: 16px; list-style-type: none; margin: 0 auto; max-width: 440px; padding: 16px">
            <li class="list-item-first" style="margin: 0 0 10px">
             <img align="left" src="https://inboxflows.com/_/image/https%253A%252F%252Fd24ele8q6e8xs7.cloudfront.net%252Femails%252Ficon-globe.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMjRlbGU4cTZlOCJ9:1kXNX4:mrm8OUZcz8AmeEOp_kD28sD-1hHq96kYuhWyHsucrjY" style="float: left; height: 18px; margin-bottom: -3px; margin-right: 10px; width: 18px"/>
             <div style="padding-left: 30px">
              Get a custom domain and email.
             </div>
            </li>
            <li style="margin: 0 0 10px">
             <img align="left" src="https://inboxflows.com/_/image/https%253A%252F%252Fd24ele8q6e8xs7.cloudfront.net%252Femails%252Ficon-graph.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMjRlbGU4cTZlOCJ9:1kXNX4:mrm8OUZcz8AmeEOp_kD28sD-1hHq96kYuhWyHsucrjY" style="float: left; height: 18px; margin-bottom: -3px; margin-right: 10px; width: 18px"/>
             <div style="padding-left: 30px">
              Unlock premium features like site analytics and payments.
             </div>
            </li>
            <li class="list-item-last" style="margin: 0">
             <img align="left" src="https://inboxflows.com/_/image/https%253A%252F%252Fd24ele8q6e8xs7.cloudfront.net%252Femails%252Ficon-palette.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMjRlbGU4cTZlOCJ9:1kXNX4:mrm8OUZcz8AmeEOp_kD28sD-1hHq96kYuhWyHsucrjY" style="float: left; height: 18px; margin-bottom: -3px; margin-right: 10px; width: 18px"/>
             <div style="padding-left: 30px">
              Access all Pro blocks, pages, and themes
             </div>
            </li>
           </ul>
          </td>
         </tr>
         <tr>
          <td style="padding: 32px 20px 75px">
           <!-- Button : BEGIN -->
           <table align="center" border="0" cellpadding="0" cellspacing="0" style="margin: auto">
            <tbody>
             <tr>
              <td bgcolor="#FFE400" class="button-td button-td-primary" style="background-color: #FFE400; border-radius: 16px">
               <a class="button-a button-a-primary" style="background-color: #FFE400; border-radius: 16px; box-shadow: 0px 1px 8px rgba(0,0,0,.15); color: black; display: block; font-family: sans-serif; font-size: 17px; font-weight: bold; line-height: 17px; padding: 18px 66px; text-decoration: none">
                Claim Offer Now
               </a>
              </td>
             </tr>
            </tbody>
           </table>
           <!-- Button : END -->
          </td>
         </tr>
         <!-- 2 Even Columns : BEGIN -->
         <tr>
          <td bgcolor="#ffffff" style="background-color: #ffffff; padding: 16px 20px">
           <table border="0" cellpadding="0" cellspacing="0" width="100%">
            <tbody>
             <tr>
              <td valign="bottom" width="50%">
               <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                 <tr>
                  <td align="left" style="text-align: left">
                   <a>
                    <img alt="Universe" height="" src="https://inboxflows.com/_/image/https%253A%252F%252Fd24ele8q6e8xs7.cloudfront.net%252Femails%252Flogo-white.png/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZkMjRlbGU4cTZlOCJ9:1kXNX4:mrm8OUZcz8AmeEOp_kD28sD-1hHq96kYuhWyHsucrjY" style="color: #555555; font-family: sans-serif; font-size: 15px; line-height: 15px; margin-left: 5px; max-width: 120px; width: 100%" width="120"/>
                   </a>
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
              <td valign="bottom" width="50%">
               <table border="0" cellpadding="0" cellspacing="0" width="100%">
                <tbody>
                 <tr>
                  <td align="right" style="padding-bottom: 6px; text-align: right">
                   <a style="color: rgba(0,0,0,.3); font-family: sans-serif; font-size: 14px; line-height: 20px">
                    Unsubscribe
                   </a>
                  </td>
                 </tr>
                </tbody>
               </table>
              </td>
             </tr>
            </tbody>
           </table>
          </td>
         </tr>
         <!-- Two Even Columns : END -->
        </tbody>
       </table>
      </td>
     </tr>
     <!-- 1 Column Text + Button : END -->
     <!-- Clear Spacer : BEGIN -->
     <tr>
      <td class="bottom-spacer" height="40" style="font-size: 0px; line-height: 0px">
      </td>
     </tr>
     <!-- Clear Spacer : END -->
    </tbody>
   </table>
   <!-- Email Body : END -->
   <!--[if mso | IE]>
    </td>
    </tr>
    </table>
    <![endif]-->
  </center>
  <img alt="intercom" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Funiverse-4f470b76f702.intercom-mail.com%252Fvia%252Fo%253Fh%253D1b87f6823239b857b505d94dc728dfda80a2c0c0-24854181667/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ1bml2ZXJzZS00ZiJ9:1kXNX4:ymjgyUtG9LT0ObPL5NMv0T6mTig3B957f2SagEowm3w" style="display: block;" width="1"/>
  <img alt="" border="0" height="1" src="https://inboxflows.com/_/image/https%253A%252F%252Funiverse-4f470b76f702.intercom-mail.com%252Fq%252FQfcYPR5rYrluWLjjjmYbDw~~%252FAAAAAQA~%252FRgRfyUOJPlcIaW50ZXJjb21CCgAoib7mXWAglF1SEzdkZDZjZmE4QHVpZmVlZC5jb21YBAAAKAc~/?inbox_flows_img_sig=eyJwYXRoIjoiaHR0cHMlM0ElMkYlMkZ1bml2ZXJzZS00ZiJ9:1kXNX4:ymjgyUtG9LT0ObPL5NMv0T6mTig3B957f2SagEowm3w" width="1"/>
 </body>
</html>