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.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/NotFound.vue b/src/views/NotFound.vue
index b45a4f2..35b9753 100644
--- a/src/views/NotFound.vue
+++ b/src/views/NotFound.vue
@@ -1,6 +1,6 @@
<template>
<main>
<h1>Page not found</h1>
- This page does not exist or has been removed
+ <p>This page does not exist or has been removed.</p>
</main>
</template>