Skip to content

Commit

Permalink
Ugly splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrupiano committed Sep 28, 2011
1 parent 77d6cf6 commit fe0db1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
5 changes: 5 additions & 0 deletions app/controllers/home_controller.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class HomeController < ApplicationController
def index

end
end
6 changes: 6 additions & 0 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<h1>Q. Where's the On After?</h1>
<p>A. Text any message to 858.WANKER4 and you'll get a response text telling you where it is.</p>
<h2>Q. When Will the Location of the On After Be Available?</h2>
<p>A. 20 minutes after the hash starts.</p>
<h2>Q. Why Not Before the Hash?</h2>
<p>A. So that the pack actually has to find the way. This is actually most useful for auto-hashers.</p>
8 changes: 3 additions & 5 deletions app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<!DOCTYPE html>
<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>WheresTheOnAfter</title>
<%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "application" %>
<title>Where's the On After</title>
<%= csrf_meta_tags %>
</head>
<body>
Expand Down

0 comments on commit fe0db1e

Please sign in to comment.