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
275 B

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