mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
remove old dead routes
This commit is contained in:
parent
c19a7400a1
commit
3e6422bb24
1 changed files with 0 additions and 9 deletions
|
@ -122,15 +122,6 @@ get '/legal/?' do
|
|||
erb :'legal'
|
||||
end
|
||||
|
||||
get '/permanent-web' do
|
||||
redirect '/distributed-web'
|
||||
end
|
||||
|
||||
get '/distributed-web' do
|
||||
@title = 'The Distributed Web'
|
||||
erb :'distributed_web'
|
||||
end
|
||||
|
||||
get '/thankyou' do
|
||||
@title = 'Thank you!'
|
||||
erb :'thankyou'
|
||||
|
|
Loading…
Add table
Reference in a new issue