start work on the frontend
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 8s
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Failing after 8s
This commit is contained in:
@ -1,7 +1,8 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<p>hi</p>
|
||||
</main>
|
||||
<div>
|
||||
<h1 className="font-bold text-xl">Minecraft Utilities - Hello!</h1>
|
||||
<p>We provide a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user