mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-04 04:21:13 +02:00
server status verschoben
This commit is contained in:
parent
b37ba145ed
commit
ede961383a
29
index.html
29
index.html
@ -111,18 +111,6 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
|
|||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<section id="server-status">
|
|
||||||
<h2>Server Status</h2>
|
|
||||||
<div id="status-message">Lade Serverstatus...</div>
|
|
||||||
<div id="server-info" style="display:none;">
|
|
||||||
<p id="players-online"><span></span></p>
|
|
||||||
<p id="motd"><span></span></p>
|
|
||||||
<p id="version"><span></span></p>
|
|
||||||
</div>
|
|
||||||
<div id="loading-spinner" style="display:block;">
|
|
||||||
<span class="loader"></span> Server wird überprüft...
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
<section id="features">
|
<section id="features">
|
||||||
<h2>Warum Blockattack?</h2>
|
<h2>Warum Blockattack?</h2>
|
||||||
<table style="margin-left: auto; margin-right: auto;">
|
<table style="margin-left: auto; margin-right: auto;">
|
||||||
@ -151,7 +139,19 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="server-status">
|
||||||
|
<h2>Server Status</h2>
|
||||||
|
<div id="status-message">Lade Serverstatus...</div>
|
||||||
|
<div id="server-info" style="display:none;">
|
||||||
|
<p id="players-online"><span></span></p>
|
||||||
|
<p id="motd"><span></span></p>
|
||||||
|
<p id="version"><span></span></p>
|
||||||
|
</div>
|
||||||
|
<div id="loading-spinner" style="display:block;">
|
||||||
|
<span class="loader"></span> Server wird überprüft...
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section id="discord-section" style="margin-top: 50px;">
|
<section id="discord-section" style="margin-top: 50px;">
|
||||||
<h2>Discord-Server</h2>
|
<h2>Discord-Server</h2>
|
||||||
@ -175,13 +175,14 @@ This Website was developed by TheErrorExe for Blockattack. TheErrorExe is and wi
|
|||||||
die 1 Mio. Abos zu schaffen. Ich aktzeptiere alle die auf meinen Kanal sind bzw. im Chat sind. Wenn ihr
|
die 1 Mio. Abos zu schaffen. Ich aktzeptiere alle die auf meinen Kanal sind bzw. im Chat sind. Wenn ihr
|
||||||
mir helfen wollt mein Traum zu Verwirklichen dann lasst gerne ein Abo da: </p><a style="display: inline"
|
mir helfen wollt mein Traum zu Verwirklichen dann lasst gerne ein Abo da: </p><a style="display: inline"
|
||||||
href="https://www.youtube.com/@DrMifo">Dr. Mifo auf YouTube</a>
|
href="https://www.youtube.com/@DrMifo">Dr. Mifo auf YouTube</a>
|
||||||
|
<a href="/drmifo/#streamingplan">Streamingplan</a>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const serverAddress = 'blockattack.fun';
|
const serverAddress = 'blockattack.fun';
|
||||||
|
|
||||||
const apiUrl = `https://api.mcstatus.io/v2/status/java/${serverAddress}`;
|
const apiUrl = `https://api.mcstatus.io/v2/us/java/${serverAddress}`;
|
||||||
|
|
||||||
fetch(apiUrl)
|
fetch(apiUrl)
|
||||||
.then(response => response.json())
|
.then(response => response.json())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user