notfound.pug 416 B

12345678910111213
  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')