liljudd-website/src/pages/index.astro
2023-11-14 23:38:56 +01:00

17 lines
418 B
Text

---
import Layout from "@layouts/Layout.astro";
import '../styles/pages/index.scss';
---
<Layout>
<section class="section">
<h1>li&apos;l Judd</h1>
<h5>The competetive Splatoon Bot</h5>
<div>
<p class="p1">Improve your competitive Splatoon experience!</p>
<p class="p2">
See what li'l Judd can help you with: <a href="/features">here</a>
</p>
</div>
</section>
</Layout>