Skip to content

Instantly share code, notes, and snippets.

@tbuchok
Created November 22, 2013 22:29
Show Gist options
  • Save tbuchok/7607959 to your computer and use it in GitHub Desktop.
Save tbuchok/7607959 to your computer and use it in GitHub Desktop.
:email
:section(width = 640)
a(href = '#')
p Lorem ipsum dolor
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>Email</title>
</head>
<body>
<table cellspacing="0" padding="0" border="0" width="98%">
<tr>
<td align="center">
<table cellspacing="0" padding="0" border="0" width="640">
<tr>
<td>
<a href="#">
<p>Lorem ipsum dolor</p>
</a>
</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