about summary refs log tree commit diff
path: root/layouts/error.vue
blob: 3292f655504b468c3086669c28a04f1061dd462b (plain)
1
2
3
4
5
6
<template>
  <div>
    <h1>404</h1>
    <p>Nie znaleziono strony</p>
  </div>
</template>