mirror of
https://github.com/neocities/neocities.git
synced 2025-08-04 00:31:59 +02:00
copy changes, fix links
This commit is contained in:
parent
fa3eba3a22
commit
e774deb5ca
8 changed files with 51 additions and 105 deletions
4
app.rb
4
app.rb
|
@ -22,7 +22,7 @@ before do
|
|||
end
|
||||
|
||||
not_found do
|
||||
slim :'not_found'
|
||||
erb :'not_found'
|
||||
end
|
||||
|
||||
error do
|
||||
|
@ -39,7 +39,7 @@ error do
|
|||
api_error 500, 'server_error', 'there has been an unknown server error, please try again later', 500
|
||||
end
|
||||
|
||||
slim :'error'
|
||||
erb :'error'
|
||||
end
|
||||
|
||||
get '/home_mockup' do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue