Created
March 16, 2012 21:53
-
-
Save EdwardIrby/2053011 to your computer and use it in GitHub Desktop.
Mobile Emails: Responsive is not always the answer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | |
<!--Preheader styles--> | |
<style> | |
.preheader{display:none;} | |
@media (max-device-width:480px) { | |
.preheader {display:block;} | |
} | |
</style> | |
<head> | |
<!--Preheader Start--> | |
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
<!--Preheader End--> | |
<title></title> | |
<meta name="robots" content="noindex,nofollow"></meta> | |
<meta property="og:title" content="App Marketing Made Simple: Sales Tips and Tools"></meta> | |
</head> | |
<body style="margin-top:0;margin-bottom:0;margin-right:0;margin-left:0;" > | |
<span class="preheader">Prepare Your Apps for Success| Intel AppUp Identifier | SF Game Developers Conference | SF vs Boston App Battle | <a href="mobile.html">View Mobile Version</a></span> | |
<table width="100%" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> | |
............. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment