~repos /website

#astro#js#html#css

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

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



src/pages/404.astro



---
import Layout from "@/layouts/BaseLayout.astro";
---
<Layout title="pyrossh" description="Page Not found">
<h1>404 - Page not found</h1>
</Layout>