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.

11 lines
265 B

  1. extends ../layout.pug
  2. block rootNavCenter
  3. block content
  4. .container
  5. .welcome
  6. img(src='/images/logo.png', alt='Wiki.js')
  7. h1= t('welcome.title')
  8. h2= t('welcome.subtitle')
  9. a.button.is-indigo(href='/create/home')= t('welcome.createhome')