Add sponsor to homepage and initial kickstarter thank you page (incomplete)

This commit is contained in:
Victoria Wang 2015-07-31 16:58:11 -07:00
parent e4c88688e7
commit 8d1ccdca8c
5 changed files with 82 additions and 1 deletions

View file

@ -86,3 +86,7 @@ end
get '/hotlinking/?' do
erb :'hotlinking'
end
get '/thankyou' do
erb :'thankyou'
end