Added Website Credits to server.html

This commit is contained in:
TheErrorExe 2025-01-16 14:24:33 +01:00 committed by GitHub
parent 85606bdeea
commit 27a244c92c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,6 +74,14 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
<li>Events und regelmäßige Updates</li> <li>Events und regelmäßige Updates</li>
</ul> </ul>
</section> </section>
<section>
<script>
function credits() {
window.location.href = "/static/credits.txt";
}
</script>
<button style="background-color: #007bff; color: #fff; border: none; padding: 8px 16px; border-radius: 5px; cursor: pointer; font-size: 1rem;" onclick="credits()">Website Credits</a>
</section>
<section id="server-status"> <section id="server-status">
<h2>Server Status</h2> <h2>Server Status</h2>
<div id="status-message">Lade Serverstatus...</div> <div id="status-message">Lade Serverstatus...</div>