mirror of
https://github.com/neocities/neocities.git
synced 2025-07-26 04:18:22 +02:00
Welcome screen for new users
This commit is contained in:
parent
c66a935cb1
commit
84f4c3b3aa
5 changed files with 48 additions and 14 deletions
|
@ -34,6 +34,12 @@ get '/?' do
|
|||
erb :index, layout: false
|
||||
end
|
||||
|
||||
get '/welcome' do
|
||||
require_login
|
||||
redirect '/' if current_site.plan_type != 'free'
|
||||
erb :'welcome'
|
||||
end
|
||||
|
||||
get '/tutorials' do
|
||||
erb :'tutorials'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue