mirror of
https://github.com/neocities/neocities.git
synced 2025-08-03 16:21:52 +02:00
Initial work on education page
This commit is contained in:
parent
10ce4c058f
commit
ddf7dd7ca2
4 changed files with 356 additions and 0 deletions
|
@ -43,6 +43,10 @@ get '/welcome' do
|
|||
erb :'welcome', locals: {site: current_site}
|
||||
end
|
||||
|
||||
get '/education' do
|
||||
erb :education, layout: false
|
||||
end
|
||||
|
||||
get '/tutorials' do
|
||||
erb :'tutorials'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue