Init astro

This commit is contained in:
aronmal 2023-11-09 13:26:24 +01:00
parent e7a42b121e
commit 7811574d5b
Signed by: aronmal
GPG key ID: 816B7707426FC612
39 changed files with 3562 additions and 2154 deletions

View file

@ -1,18 +0,0 @@
//import Image from "@/app/test/page";
import styles from "./home.module.css";
export default function Home() {
return (
<>
<section className={styles.section}>
<h1>li'l Judd</h1>
<h5>The competetive Splatoon Bot</h5>
<div>
<p className={styles.p1}>Improve your competitive Splatoon experience!</p>
<p className={styles.p2}>See what li'l Judd can help you with: <a href={"/features"}>here</a></p>
</div>
</section>
</>
)
}