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.

13 lines
404 B

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