diff --git a/app/controllers/welcome_controller.rb b/app/controllers/welcome_controller.rb new file mode 100644 index 0000000..141d9f0 --- /dev/null +++ b/app/controllers/welcome_controller.rb @@ -0,0 +1,3 @@ +# -*- coding: utf-8; -*- +class WelcomeController < ApplicationController +end diff --git a/app/views/layouts/welcome.html.erb b/app/views/layouts/welcome.html.erb new file mode 100644 index 0000000..ac6fbd3 --- /dev/null +++ b/app/views/layouts/welcome.html.erb @@ -0,0 +1,49 @@ + + + +Contact-o-Rama: comming soon! + + + +<%= yield %> + + + + + + + + diff --git a/public/index.html b/app/views/welcome/index.html.erb similarity index 86% rename from public/index.html rename to app/views/welcome/index.html.erb index e3a7d30..094c11d 100644 --- a/public/index.html +++ b/app/views/welcome/index.html.erb @@ -1,32 +1,3 @@ - - - -Contact-o-Rama: comming soon! - - -

Contact-o-Rama is in some stage of beta testing.

@@ -232,23 +203,3 @@ function mce_success_cb(resp){

Got an invite already? Then sign in!

- - - -
- - - - -