mirror of
https://git.moonleay.net/Websites/liljudd-website.git
synced 2025-07-26 11:22:04 +02:00
big bang v2?
This commit is contained in:
commit
212d3a25a5
78 changed files with 2299 additions and 0 deletions
16
app/page.tsx
Normal file
16
app/page.tsx
Normal file
|
@ -0,0 +1,16 @@
|
|||
import {Footer, NavBar, Notice} from "@/app/util/wrapping_objects";
|
||||
//import Image from "@/app/test/page";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<section>
|
||||
<h1>li'l Judd</h1>
|
||||
<h5>The competetive Splatoon Bot</h5>
|
||||
<p>Improve your competitive Splatoon experience!</p>
|
||||
<p>See what li'l Judd can help you with: <a href={"/features"}>here</a><br/>Invite the bot <a href={"https://discord.com/api/oauth2/authorize?client_id=1024410658973941862&permissions=8&scope=bot"} target={"_blank"}>here</a></p>
|
||||
</section>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue