quick-n-dirty permanent web info page

This commit is contained in:
Kyle Drake 2015-05-30 02:27:18 -07:00
parent 59feb09928
commit c4e181032c
4 changed files with 39 additions and 0 deletions

View file

@ -78,3 +78,7 @@ get '/legal/?' do
@title = 'Legal Guide to Neocities'
erb :'legal'
end
get '/permanent-web' do
erb :'permanent_web'
end