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.

12 lines
364 B

  1. extends master.pug
  2. block body
  3. #root.is-fullscreen
  4. v-app
  5. .onboarding
  6. img.animated.fadeIn(src='/svg/logo-wikijs.svg', alt='Wiki.js')
  7. .headline= t('welcome.title')
  8. .subheading.mt-3= t('welcome.subtitle')
  9. v-btn.mt-5(color='primary', href='/e/home', large)
  10. v-icon(left) add
  11. span= t('welcome.createhome')