add custom error page and update the home page
All checks were successful
deploy / deploy (push) Successful in 43s
All checks were successful
deploy / deploy (push) Successful in 43s
This commit is contained in:
@ -10,9 +10,9 @@
|
||||
|
||||
<script src="https://cdn.tailwindcss.com"></script>
|
||||
</head>
|
||||
<body>
|
||||
<p class="font-bold">Hello!</p>
|
||||
<p>I don't feel like making this pretty.</p>
|
||||
<body class="flex flex-col h-screen mt-5 items-center">
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user