summaryrefslogtreecommitdiff
path: root/src/views/NotFound.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/NotFound.vue')
-rw-r--r--src/views/NotFound.vue6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
new file mode 100644
index 0000000..b45a4f2
--- /dev/null
+++ b/src/views/NotFound.vue
@@ -0,0 +1,6 @@
+<template>
+ <main>
+ <h1>Page not found</h1>
+ This page does not exist or has been removed
+ </main>
+</template>