diff --git a/Changelog.md b/Changelog.md
index 03dc71cb5..b3c4558f5 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -11,6 +11,7 @@
* Made loading of the configuration environment independent of Rails.
* Do not generate paths like `/a/b/c/config/boot.rb/../../Gemfile` to require and open things, create a proper path instead.
* Remove the hack for loading the entire lib folder with a proper solution. [#3809](https://github.com/diaspora/diaspora/issues/3750)
+* Update and refactor the default public view `public/default.html` [#3811](https://github.com/diaspora/diaspora/issues/3811)
## Features
diff --git a/public/default.html b/public/default.html
index c38ea5c6c..e0c6151a7 100644
--- a/public/default.html
+++ b/public/default.html
@@ -1,169 +1,158 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Welcome, friend.
-
- You're about to change the Internet. Let's get you set up, shall we?
-
-
-
-
-
-
-
-
Configure your pod
-

-
-
Look at config/application.yml.example
- and config/database.yml.example for
- help.
-
-
-
-
-
-
Make a contribution!
-

-
-
Make Diaspora even better! Fork the project on github, make some changes,
- and submit a pull request.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Useful Resources
-
-
-
-
-
-
-
-
-
- This page can be changed to a custom landing page by creating app/views/home/_show.html.haml
-
-
+
+
+
+
+
+
+
Welcome, friend.
+ You're about to change the Internet. Let's get you set up, shall we?
+
+
+
+
+
Configure your pod
+

+
+
Look at
+
+ config/diaspora.yml.example and
+ config/database.yml.example for help.
+
+
+
+
+
+
Make a contribution!
+

+
+
Make Diaspora even better! Fork the project on
+ github,
+ make some changes, and submit a pull request.
+
+
+
+
+
+
+ This page can be changed to a custom landing page by creating app/views/home/_show.html.haml
+
+