Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,5 @@ DEPENDENCIES
sinatra
thin

RUBY VERSION
ruby 2.2.0p0

BUNDLED WITH
1.12.5
1.15.1
4 changes: 4 additions & 0 deletions app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ class App < Sinatra::Base
erb :reddit
end

get '/youtube' do
erb :youtube
end

get '/schedule' do
@today = [
['7:00am', 'Wake up'],
Expand Down
1 change: 1 addition & 0 deletions public/stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
.column {

}

1 change: 1 addition & 0 deletions views/youtube.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<iframe id="video" width="80%" height="900" src="https://www.youtube.com/embed/WDZJPJV__bQ?rel=0&autoplay=1" frameborder="0" allowfullscreen></iframe>