add information on the Neocities CLI

This commit is contained in:
Kyle Drake 2017-05-26 13:02:17 -07:00
parent e6deaa05b9
commit 19b325b278
4 changed files with 67 additions and 3 deletions

View file

@ -133,6 +133,10 @@ get '/thankyou' do
erb :'thankyou'
end
get '/cli' do
erb :'cli'
end
get '/forgot_username' do
erb :'forgot_username'
end