---
import Base from '../layouts/Base.astro';
---
<Base title="404 — nex">
<section class="hero" style="padding-top: 10rem; text-align: center;">
<div class="container">
<h1 style="font-family: var(--mono); font-size: 4rem; color: var(--fg-muted);">404</h1>
<p style="color: var(--fg-dim); margin-top: 1rem;">Package not found.</p>
<p style="margin-top: 2rem;"><a href="/">Back to home</a></p>
</div>
</section>
</Base>