Skip to content

Commit

Permalink
Update 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
imphil committed Sep 9, 2023
1 parent 9ec4dcc commit d070992
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions components/DocumentDrivenNotFound.vue
Expand Up @@ -2,10 +2,22 @@
404 (Not Found) error page.
This component is used by Nuxt Content in document-driven mode.
TODO:
* Add styling.
-->
<template>
<h1>Page not found</h1>
<FfHeaderText title="Page not found" header="We couldn't find the content you were looking for under this address."/>
<FfContainer>
<FfContentLong>
<FfPara>
Maybe you can find the content you're looking for using the navigation above.
Or try to locate it on the old website at
<FfLink to="https://www-archive.fossi-foundation.org">www-archive.fossi-foundation.org</FfLink>.
</FfPara>
<FfPara>
Please
<FfLink to="https://github.com/fossi-foundation/fossi-foundation-web/issues">reach out on GitHub</FfLink>
if you think the content you're looking for, or a redirect, should be
added to this website.
</FfPara>
</FfContentLong>
</FfContainer>
</template>

0 comments on commit d070992

Please sign in to comment.