Skip to content

Instantly share code, notes, and snippets.

@joliveras
Last active August 29, 2015 14:03
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 joliveras/dfb8eaaa71e939867ed2 to your computer and use it in GitHub Desktop.
Save joliveras/dfb8eaaa71e939867ed2 to your computer and use it in GitHub Desktop.
newsletter basic structure
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Newsletter</title>
</head>
<body>
<!-- HEADER -->
<table width="600" align="center" cellpadding="0" cellspacing="0" border="0">
<tr>
<td>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment