dark mode woop!
All checks were successful
deploy / deploy (push) Successful in 43s

This commit is contained in:
Lee
2024-04-07 00:37:51 +01:00
parent fa004bc3c8
commit 8db337204e
3 changed files with 5 additions and 4 deletions

View File

@ -10,13 +10,13 @@
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="flex flex-col h-screen mt-5 items-center">
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white">
<p class="font-bold">Hello!!!</p>
<p>Wrapper for the Minecraft APIs to make them easier to use.</p>
<div class="flex flex-col mt-3">
<p>Player Data: <a class="text-blue-600" th:href="${url}" th:text="${url}">Player Data</a></p>
<p>Avatar Url: <a class="text-blue-600" th:href="${avatar_url}" th:text="${avatar_url}">Avatar Url</a></p>
<p>Player Data: <a class="text-blue-600" th:href="${url}" th:text="${url}">???</a></p>
<p>Avatar Url: <a class="text-blue-600" th:href="${avatar_url}" th:text="${avatar_url}">???</a></p>
</div>
</body>
</html>