mirror of
https://github.com/neocities/neocities.git
synced 2025-07-20 17:46:05 +02:00
quick-n-dirty permanent web info page
This commit is contained in:
parent
59feb09928
commit
c4e181032c
4 changed files with 39 additions and 0 deletions
|
@ -78,3 +78,7 @@ get '/legal/?' do
|
|||
@title = 'Legal Guide to Neocities'
|
||||
erb :'legal'
|
||||
end
|
||||
|
||||
get '/permanent-web' do
|
||||
erb :'permanent_web'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue