diff options
Diffstat (limited to 'src/pages/404.page.vue')
-rw-r--r-- | src/pages/404.page.vue | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/pages/404.page.vue b/src/pages/404.page.vue index fb879aa..293a8f9 100644 --- a/src/pages/404.page.vue +++ b/src/pages/404.page.vue @@ -9,10 +9,18 @@ useHead({ title: 'Page not found - IT Tools' }); <div mt-20 flex flex-col items-center> <n-icon :component="Coffee" size="100" depth="3" /> - <n-h1 m-0 mt-3>404 Not Found</n-h1> - <n-text mt-4 block depth="3">Sorry, this page does not seem to exist</n-text> - <n-text mb-8 block depth="3">Maybe the cache is doing tricky things, try force-refreshing?</n-text> + <n-h1 m-0 mt-3> + 404 Not Found + </n-h1> + <n-text mt-4 block depth="3"> + Sorry, this page does not seem to exist + </n-text> + <n-text mb-8 block depth="3"> + Maybe the cache is doing tricky things, try force-refreshing? + </n-text> - <c-button to="/"> Back home </c-button> + <c-button to="/"> + Back home + </c-button> </div> </template> |