events/src/pages/attended.astro
2026-07-05 23:36:04 +05:30

9 lines
226 B
Text

---
import SiteLayout from "../layouts/SiteLayout.astro";
---
<SiteLayout title="Attended" description="Events attended." brandSubtitle="">
<section class="simple-hero">
<h1>Coming soon.</h1>
</section>
</SiteLayout>