Created
August 27, 2017 20:52
-
-
Save robwent/fc65a594be2b5749c3cb282eabd2b98b to your computer and use it in GitHub Desktop.
The boilerplate code produced by Foundation for Email(2)
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | |
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
<head> | |
<link rel="stylesheet" type="text/css" href="css/app.css"> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>subject</title> | |
<!-- <style> --> | |
</head> | |
<body> | |
<span class="preheader"></span> | |
<table class="body"> | |
<tr> | |
<td class="center" align="center" valign="top"> | |
<center data-parsed=""> | |
</center> | |
</td> | |
</tr> | |
</table> | |
<!-- prevent Gmail on iOS font size manipulation --> | |
<div style="display:none; white-space:nowrap; font:15px courier; line-height:0;"> </div> | |
</body> | |
</html> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment