website
git clone https://git.pyrossh.dev/website
木 Personal website of pyrossh. Built with astrojs, shiki, vite.
src/404.njk
| 3c79a68 | 1 | --- |
| 3c79a68 | 2 | layout: layout.njk |
| 3c79a68 | 3 | title: 404 - Not Found |
| 3c79a68 | 4 | description: Page not found |
| 3c79a68 | 5 | permalink: /404.html |
| 3c79a68 | 6 | eleventyExcludeFromCollections: true |
| 3c79a68 | 7 | --- |
| 3c79a68 | 8 | <h1>404 - Page Not Found</h1> |
| 3c79a68 | 9 | <p>Sorry, the page you are looking for does not exist.</p> |
| 3c79a68 | 10 | <a href="/">Go back home</a> |