Initial Commit
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..85e396d
--- /dev/null
+++ b/index.html
@@ -0,0 +1,30 @@
+---
+layout: default
+downloadurl: "http://techerrata.com/browse/twrp2/"
+---
+
+<div class="home">
+
+<center>
+<h1 class="page-heading">Donate to Support TWRP:</h1>
+<form method="post" action="https://www.paypal.com/cgi-bin/webscr">
+ <input type="hidden" name="cmd" value="_s-xclick" /> <input type="hidden" name="hosted_button_id" value="U2KA5TM2F5Y64" /> <input type="image" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" alt="PayPal - The safer, easier way to pay online!" /> <img width="1" height="1" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" />
+</form>
+</center>
+<h1 class="post-meta" style="text-align: center;">Bitcoins: <a class="post-meta" href="bitcoin:1EUshGGz6KdsRJioozqFmn4FHQk4z3Ggxg?label=twrp">1EUshGGz6KdsRJioozqFmn4FHQk4z3Ggxg</a></h1>
+
+ <h1 class="page-heading">News</h1>
+
+ <ul class="post-list">
+ {% for post in site.posts %}
+ <li>
+ <span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
+
+ <h2>
+ <a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
+ </h2>
+ </li>
+ {% endfor %}
+ </ul>
+
+</div>