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

  1. extends master.pug
  2. block body
  3. #root.is-fullscreen
  4. v-app
  5. .notfound
  6. .notfound-content
  7. img.animated.fadeIn(src='/svg/icon-delete-file.svg', alt='Not Found')
  8. .headline= t('notfound.title')
  9. .subheading.mt-3= t('notfound.subtitle')
  10. v-btn.mt-5(color='red lighten-4', href='/', large, outline)
  11. v-icon(left) home
  12. span= t('notfound.gohome')