refactor: project cleanup + onboarding page
This commit is contained in:
10
server/views/main/welcome.pug
Normal file
10
server/views/main/welcome.pug
Normal file
@@ -0,0 +1,10 @@
|
||||
extends ../master.pug
|
||||
|
||||
block body
|
||||
body
|
||||
#app.is-fullscreen
|
||||
.onboarding
|
||||
img(src='/svg/logo-wikijs.svg', alt='Wiki.js')
|
||||
h1= t('welcome.title')
|
||||
h2= t('welcome.subtitle')
|
||||
a.button.is-blue(href='/create/home')= t('welcome.createhome')
|
||||
Reference in New Issue
Block a user