about summary refs log tree commit diff
path: root/src/views/PageNotFoundView.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/PageNotFoundView.vue')
-rw-r--r--src/views/PageNotFoundView.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/PageNotFoundView.vue b/src/views/PageNotFoundView.vue
new file mode 100644
index 0000000..3292f65
--- /dev/null
+++ b/src/views/PageNotFoundView.vue
@@ -0,0 +1,6 @@
+<template>
+  <div>
+    <h1>404</h1>
+    <p>Nie znaleziono strony</p>
+  </div>
+</template>
\ No newline at end of file