mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-25 03:01:35 +02:00
17 lines
418 B
Text
17 lines
418 B
Text
---
|
|
import Layout from "@layouts/Layout.astro";
|
|
import '../styles/pages/index.scss';
|
|
---
|
|
|
|
<Layout>
|
|
<section class="section">
|
|
<h1>li'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>
|