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 @@ + + +
+