update the website
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m43s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m43s
This commit is contained in:
parent
1de25a92ba
commit
1a518b3d00
@ -1,46 +1,62 @@
|
|||||||
<!doctype html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
|
<html lang="en" xmlns:th="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<title>Minecraft Utilities - Wrapper for the Minecraft APIs</title>
|
<title>Minecraft Utilities - Wrapper for the Minecraft APIs</title>
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport"
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
|
||||||
|
|
||||||
<meta name="keywords" content="Minecraft, APIs, wrapper, utility, development">
|
<meta name="keywords" content="Minecraft, APIs, wrapper, utility, development" />
|
||||||
|
|
||||||
<!-- Discord Meta Tags -->
|
<!-- Discord Meta Tags -->
|
||||||
<meta name="description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.">
|
<meta name="description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers." />
|
||||||
<meta name="theme-color" content="#3498DB">
|
<meta name="theme-color" content="#3498DB" />
|
||||||
|
|
||||||
<!-- Open Graph / Facebook -->
|
<!-- Open Graph / Facebook -->
|
||||||
<meta property="og:title" content="Minecraft Utilities - Wrapper for the Minecraft APIs">
|
<meta property="og:title" content="Minecraft Utilities - Wrapper for the Minecraft APIs" />
|
||||||
<meta property="og:description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.">
|
<meta property="og:description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers." />
|
||||||
<meta property="og:type" content="website">
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" th:content="${public_url}">
|
<meta property="og:url" th:content="${public_url}" />
|
||||||
<meta property="og:image" content="https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png">
|
<meta property="og:image" content="https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png" />
|
||||||
|
|
||||||
<!-- Twitter -->
|
<!-- Twitter -->
|
||||||
<meta property="twitter:card" content="summary_large_image">
|
<meta property="twitter:card" content="summary_large_image" />
|
||||||
<meta property="twitter:url" th:content="${public_url}">
|
<meta property="twitter:url" th:content="${public_url}" />
|
||||||
<meta property="twitter:title" content="Minecraft Utilities - Wrapper for the Minecraft APIs">
|
<meta property="twitter:title" content="Minecraft Utilities - Wrapper for the Minecraft APIs" />
|
||||||
<meta property="twitter:description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.">
|
<meta property="twitter:description" content="Minecraft Utilities provides a convenient wrapper for the Minecraft APIs, simplifying their usage for developers." />
|
||||||
<meta property="twitter:image" content="https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png">
|
<meta property="twitter:image" content="https://git.fascinated.cc/MinecraftUtilities/Assets/raw/branch/master/logo.png" />
|
||||||
|
|
||||||
<script src="https://cdn.tailwindcss.com"></script>
|
<script src="https://cdn.tailwindcss.com"></script>
|
||||||
</head>
|
</head>
|
||||||
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
<body class="flex flex-col h-screen mt-5 items-center bg-neutral-900 text-white text-center">
|
||||||
<p class="font-bold">Hello!</p>
|
<p class="font-bold">Minecraft Utilities - Hello!</p>
|
||||||
<p>Wrapper for the Minecraft APIs to make them easier to use.</p>
|
<p>Minecraft Utilities provide a convenient wrapper for the Minecraft APIs, simplifying their usage for developers.</p>
|
||||||
<p>This page will eventually be replaced with a new one.</p>
|
<a class="text-blue-600" target="”_blank”" href="https://git.fascinated.cc/MinecraftUtilities/Backend">Source Code</a>
|
||||||
<a class="text-blue-600" target=”_blank” href="https://git.fascinated.cc/MinecraftUtilities/Backend">Source Code</a>
|
<a class="text-blue-600" target="”_blank”" th:href="${swagger_url}">Documentation / Swagger</a>
|
||||||
|
|
||||||
<div class="flex flex-col mt-3">
|
<!-- Examples Table -->
|
||||||
<p>Player Data: <a class="text-blue-600" target=”_blank” th:href="${player_example_url}" th:text="${player_example_url}">???</a></p>
|
<table class="table-fixed text-left mt-3">
|
||||||
<p>Server Data: <a class="text-blue-600" target=”_blank” th:href="${java_server_example_url}" th:text="${java_server_example_url}">???</a></p>
|
<thead>
|
||||||
<p>Mojang Endpoint Status: <a class="text-blue-600" target=”_blank” th:href="${mojang_endpoint_status_url}" th:text="${mojang_endpoint_status_url}">???</a></p>
|
<tr>
|
||||||
<p>Swagger Docs: <a class="text-blue-600" target=”_blank” th:href="${swagger_url}" th:text="${swagger_url}">???</a></p>
|
<th>Example</th>
|
||||||
</div>
|
<th>Link</th>
|
||||||
</body>
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>Player Data</td>
|
||||||
|
<td th:text="${player_example_url}">???</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Server Data</td>
|
||||||
|
<td th:text="${java_server_example_url}">???</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>Mojang Endpoint Status</td>
|
||||||
|
<td th:text="${mojang_endpoint_status_url}">???</td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user