website

#astro#js#html#css

git clone https://git.pyrossh.dev/website

木 Personal website of pyrossh. Built with astrojs, shiki, vite.


src/404.njk
---
layout: layout.njk
title: 404 - Not Found
description: Page not found
permalink: /404.html
eleventyExcludeFromCollections: true
---
<h1>404 - Page Not Found</h1>
<p>Sorry, the page you are looking for does not exist.</p>
<a href="/">Go back home</a>