add src code link and make the links open in a new tab
Some checks failed
deploy / deploy (push) Failing after 1m18s
Some checks failed
deploy / deploy (push) Failing after 1m18s
This commit is contained in:
parent
14886a0fcc
commit
a57f660461
@ -17,9 +17,10 @@
|
||||
<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>Wrapper for the Minecraft APIs to make them easier to use.</p>
|
||||
<a class="text-blue-600" target=”_blank” href="https://git.fascinated.cc/Fascinated/minecraft-helper">Source Code</a>
|
||||
|
||||
<div class="flex flex-col mt-3">
|
||||
<p>Player Data: <a class="text-blue-600" th:href="${player_example_url}" th:text="${player_example_url}">???</a></p>
|
||||
<p>Player Data: <a class="text-blue-600" target=”_blank” th:href="${player_example_url}" th:text="${player_example_url}">???</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user