add basic player page
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
Some checks failed
Deploy App / docker (ubuntu-latest) (push) Has been cancelled
This commit is contained in:
@ -13,12 +13,15 @@ const buttons: Button[] = [
|
||||
export default function Home() {
|
||||
return (
|
||||
<div className="text-center flex flex-col justify-center">
|
||||
<h1 className="text-4xl">Minecraft Utilities</h1>
|
||||
<p className="text-lg">
|
||||
We provide a convenient API for Minecraft, simplifying the usage for players and developers.
|
||||
</p>
|
||||
<h1 className="text-4xl mb-1">Minecraft Utilities</h1>
|
||||
<div className="text-lg">
|
||||
<p>Minecraft Utilities offers you many endpoints to get information about a minecraft server or a player.</p>
|
||||
<p>
|
||||
You can use this information on your minecraft server or website. We offer you a simple and easy to use API.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<div className="mt-4 flex flex-row gap-2 justify-center">
|
||||
<div className="mt-6 flex flex-row gap-2 justify-center">
|
||||
{buttons.map((button, index) => {
|
||||
return (
|
||||
<Link
|
||||
|
Reference in New Issue
Block a user