diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..496ee2c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
diff --git a/email.html b/email.html
new file mode 100644
index 0000000..f8b9721
--- /dev/null
+++ b/email.html
@@ -0,0 +1,216 @@
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+ Hi there,
+ Sometimes all you want is to send a simple HTML email with a basic design.
+ Really simple HTML email template
+ This is a really simple email template. It's sole purpose is to get you to click the button below.
+ How do I use it?
+ All the information you need is on GitHub.
+ View the source and instructions on GitHub
+ Feel free to use, copy, modify this email template as you wish.
+ Thanks, have a lovely day.
+ Follow @leemunroe on Twitter
+ |
+
+
+
+
+
+ |
+ |
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..165a241
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,25 @@
+h1. Simple. Responsive. HTML. Email. Templates.
+
+
+h2. Sending emails using a marketing service like Campaign Monitor or Mailchimp?
+
+They'll put the CSS inline for you when you put together your campaign.
+
+
+h2. Sending emails using a service or API like Mailgun?
+
+Put your CSS inline using (Premailer)[http://premailer.dialect.ca/]
+
+* Copy all of email.html
+* Paste the HTML as the source into Premailer
+* Copy the HTML results and use them in your email view/template
+
+
+Tested on all major email clients. Mobile, desktop and web.
+
+Link to Litmus test.
+
+Screenshot web, desktop, iphone.
+
+Hat tip to Zurb's Ink for their awesome collection of email templates.
+http://zurb.com/ink/
\ No newline at end of file