Legal information guide

This commit is contained in:
Kyle Drake 2015-03-06 14:01:54 -05:00
parent 410f9c5683
commit 834aff78ed
2 changed files with 166 additions and 0 deletions

View file

@ -65,3 +65,7 @@ end
get '/press' do
erb :'press'
end
get '/legal/?' do
erb :'legal'
end