mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 17:18:02 +02:00
baseplate for tutorials
This commit is contained in:
parent
843fd9c40d
commit
7c1a895c89
6 changed files with 129 additions and 5 deletions
|
@ -50,10 +50,6 @@ get '/education' do
|
|||
erb :education, layout: :index_layout
|
||||
end
|
||||
|
||||
get '/tutorials' do
|
||||
erb :'tutorials'
|
||||
end
|
||||
|
||||
get '/donate' do
|
||||
erb :'donate'
|
||||
end
|
||||
|
@ -89,4 +85,4 @@ end
|
|||
|
||||
get '/thankyou' do
|
||||
erb :'thankyou'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue