mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-04 12:31:17 +02:00
Added Website Credits to server.html
This commit is contained in:
parent
85606bdeea
commit
27a244c92c
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user