mirror of
https://github.com/neocities/neocities.git
synced 2025-07-21 10:06:00 +02:00
Initial work on tutorial mockup in HTML
This commit is contained in:
parent
bbc6536971
commit
19d243e31e
4 changed files with 116 additions and 0 deletions
|
@ -29,4 +29,9 @@ get '/stats_mockup' do
|
|||
require_login
|
||||
erb :'stats_mockup', locals: {site: current_site}
|
||||
end
|
||||
|
||||
get '/tutorial_mockup_c1p2' do
|
||||
require_login
|
||||
erb :'tutorial_mockup_c1p2', locals: {site: current_site}
|
||||
end
|
||||
# :nocov:
|
Loading…
Add table
Add a link
Reference in a new issue