mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +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'
|
erb :'legal'
|
||||||
end
|
end
|
||||||
|
|
||||||
get '/permanent-web' do
|
|
||||||
redirect '/distributed-web'
|
|
||||||
end
|
|
||||||
|
|
||||||
get '/distributed-web' do
|
|
||||||
@title = 'The Distributed Web'
|
|
||||||
erb :'distributed_web'
|
|
||||||
end
|
|
||||||
|
|
||||||
get '/thankyou' do
|
get '/thankyou' do
|
||||||
@title = 'Thank you!'
|
@title = 'Thank you!'
|
||||||
erb :'thankyou'
|
erb :'thankyou'
|
||||||
|
|
Loading…
Add table
Reference in a new issue