├── README.markdown └── index.html /README.markdown: -------------------------------------------------------------------------------- 1 | What is HTML Mail Boilerplate? 2 | ============================== 3 | 4 | It provides a starting point for creating HTML email templates. 5 | 6 | It builds upon Jay Holtslanders Coda Clips… 7 | http://www.campaignmonitor.com/downloads/coda-clip-bulletproof/ 8 | 9 | and follows the guidelines provided by Campaign Monitor: 10 | http://www.campaignmonitor.com/design-guidelines/ 11 | 12 | Feel free to use and modify it to meet your own needs. -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Title 6 | 7 | 8 | 46 | 47 | 48 | 49 | 50 | 51 | 58 | 59 |
52 | 53 | 54 | 55 | 56 |
email content
57 |
60 | 61 | --------------------------------------------------------------------------------