You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
268 B

  1. extends ../master.pug
  2. block body
  3. body
  4. #app.is-fullscreen
  5. .onboarding
  6. img(src='/svg/logo-wikijs.svg', alt='Wiki.js')
  7. h1= t('welcome.title')
  8. h2= t('welcome.subtitle')
  9. a.button.is-blue(href='/e/home')= t('welcome.createhome')