diff --git a/app/views/home/show.html.haml b/app/views/home/show.html.haml
index 6bf40d58b..6cb05994b 100644
--- a/app/views/home/show.html.haml
+++ b/app/views/home/show.html.haml
@@ -4,4 +4,8 @@
- content_for :page_title do
DIASPORA* ALPHA
-=render :partial => 'home/show' rescue "put something in app/views/home/_show.html.haml"
+- begin
+ = render :partial => 'home/show'
+- rescue
+ :erb
+ <%= File.open(File.join(Rails.root, 'public/default.html')).read %>
diff --git a/public/default.html b/public/default.html
new file mode 100644
index 000000000..7f63096ba
--- /dev/null
+++ b/public/default.html
@@ -0,0 +1,243 @@
+
+
+
+ Ruby on Rails: Welcome aboard
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Getting started
+
Here’s how to get rolling:
+
+
+ -
+
check all of your settings!
+ look at config/app_config.yml.example for help
+
+
+ -
+
Make a new user!
+ click on login link to make it happen
+
+
+ -
+
Tell us what you think!
+ make bug reports, feature requests at: our bug tracker
+
+
+
+
+
+
+
+
+