plain html is actually so ugly
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m21s
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m21s
This commit is contained in:
parent
1675fe16d2
commit
cf618b3123
@ -49,15 +49,15 @@
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Player Data</td>
|
<td>Player Data</td>
|
||||||
<td><a th:text="${player_example_url}" th:href="${player_example_url}">???</a></td>
|
<td><a class="text-blue-600" th:text="${player_example_url}" th:href="${player_example_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Server Data</td>
|
<td>Server Data</td>
|
||||||
<td><a th:text="${java_server_example_url}" th:href="${java_server_example_url}">???</a></td>
|
<td><a class="text-blue-600" th:text="${java_server_example_url}" th:href="${java_server_example_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>Mojang Endpoint Status</td>
|
<td>Mojang Endpoint Status</td>
|
||||||
<td><a th:text="${mojang_endpoint_status_url}" th:href="${mojang_endpoint_status_url}">???</a></td>
|
<td><a class="text-blue-600" th:text="${mojang_endpoint_status_url}" th:href="${mojang_endpoint_status_url}">???</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user