mirror of
https://github.com/TheErrorExe/blockattack
synced 2025-09-02 19:41:07 +02:00
141 lines
6.0 KiB
HTML
141 lines
6.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
|
|
<head>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QWEVVLV9Q1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
|
|
gtag('config', 'G-QWEVVLV9Q1');
|
|
</script>
|
|
|
|
<script>
|
|
document.getElementById("copy-ip-btn").addEventListener("click", function () {
|
|
const serverIP = "blockattack.fun";
|
|
navigator.clipboard.writeText(serverIP).then(function () {
|
|
alert("Server IP wurde kopiert!\nDer Port für Bedrock ist 25515\nViel Spaß 😃");
|
|
}).catch(function (err) {
|
|
console.error("Fehler beim Kopieren der IP: ", err);
|
|
});
|
|
});
|
|
</script>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Blockattack - Team</title>
|
|
<link rel="stylesheet" href="/static/css/style.css">
|
|
<script src="/static/js/script.js" defer></script>
|
|
</head>
|
|
|
|
<body>
|
|
<header
|
|
style="display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; background-color: #333;">
|
|
<nav>
|
|
<ul style="list-style: none; display: flex; margin: 0; padding: 0;">
|
|
<li>
|
|
<a href="/" style="display: flex; align-items: center; text-decoration: none; color: #fff;">
|
|
<img src="/favicon.ico" alt="Blockattack Logo"
|
|
style="width: 32px; height: 32px; margin-right: 8px;">
|
|
<span style="font-size: 1.5rem; font-weight: bold;" class="textcolorgradient">Blockattack</span>
|
|
</a>
|
|
</li>
|
|
</li>
|
|
<li><a href="/server.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Server
|
|
Info</a></li>
|
|
<li><a href="/news.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Neuigkeiten</a></li>
|
|
<li><a href="/guide.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Beitrittsguide</a></li>
|
|
<li><a href="/bilder.html" style="text-decoration: none; color: #fff; margin-left: 20px;">Bildergalerie</a></li>
|
|
<li><a href="/wiki" style="text-decoration: none; color: #fff; margin-left: 20px;">Wiki</a></li>
|
|
<li><a href="/drmifo#streamingplan" style="text-decoration: none; color: #fff; margin-left: 20px;">Mifos Streamingplan</a></li>
|
|
</ul>
|
|
</nav>
|
|
<div>
|
|
<button id="copy-ip-btn"
|
|
style="background-color: #007bff; color: #fff; border: none; padding: 8px 16px; border-radius: 5px; cursor: pointer; font-size: 1rem;">
|
|
Server IP kopieren
|
|
</button>
|
|
</div>
|
|
</header>
|
|
|
|
<section id="team">
|
|
<h1 style="text-align: center; color: #00d8ff; margin-bottom: 40px;">Lerne das Blockattack Team kennen</h1>
|
|
|
|
<div id="team-members">
|
|
<div class="team-member">
|
|
<img src="/drmifo.jpg" alt="Dr. Mifo">
|
|
<h3>Dr. Mifo</h3>
|
|
<p>Owner</p>
|
|
<p>Owner des Blockattack Minecraft Servers.</p>
|
|
</div>
|
|
<!-- <div class="team-member">
|
|
<img src="/badpie.webp" alt="BadPie">
|
|
<h3>Badpie</h3>
|
|
<p>Supporter</p>
|
|
<p>Ein Supporter.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="/danino.jpg" alt="Danino">
|
|
<h3>Danino</h3>
|
|
<p>Leitung</p>
|
|
<p>Teil der Leitung.</p>
|
|
</div> --> <!-- RIP Blockattack -->
|
|
<div class="team-member">
|
|
<img src="/kraftwerk.jpg" alt="Kraftwerk">
|
|
<h3>Atomkraftwerk42</h3>
|
|
<p>Leitung</p>
|
|
<p>Teil der Leitung.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="https://revivemii.xyz/IMG_0224.JPG" alt="TheErrorExe">
|
|
<h3>TheErrorExe</h3>
|
|
<p>Leitung</p>
|
|
<p>Teil der Leitung.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="/Sensei_Fluff.png" alt="Sensei_Fluff">
|
|
<h3>Sensei_Fluff</h3>
|
|
<p>Leitung</p>
|
|
<p>Ein Leitung</p> <!-- WARUM MIFO WARUM :( -->
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="/magic.webp" alt="MagicCube">
|
|
<h3>MagicCube</h3>
|
|
<p>Leitung</p>
|
|
<p>Teil der Leitung.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="/pingu.webp" alt="Pingu">
|
|
<h3>xPinguHEHE</h3>
|
|
<p>Supporter</p>
|
|
<p>Ein Supporter.</p>
|
|
</div>
|
|
<div class="team-member">
|
|
<img src="/rohr.webp" alt="ROHRBERT">
|
|
<h3>Rorbert</h3>
|
|
<p>Supporter</p>
|
|
<p>Ein Supporter.</p>
|
|
</div>
|
|
</div>
|
|
<br><br><br><br><br><br>
|
|
|
|
</section>
|
|
|
|
<footer>
|
|
<p>© BlockAttack 2025</p>
|
|
<p>Gehostet auf <a href="https://billing.mine-server.net/?ref=DRMIFO" target="_blank"
|
|
style="color: inherit; text-decoration: inherit;">mine-server.org</a></p>
|
|
<p>Website von <a href="https://errexe.xyz" target="_blank"
|
|
style="color: inherit; text-decoration: inherit;">TheErrorExe</a></p>
|
|
<p style=" display: inline;"> und <a href="https://github.com/GomorrhaDev" target="_blank"
|
|
style="color: inherit; text-decoration: inherit; display: inline;">GomorrhaDev</a></p>
|
|
<br>
|
|
<a href="/privacy.html" style="display: inline;">Privacy</a>
|
|
<p style="display: inline;"> | </p><a href="/terms.html" style="display: inline;">Terms of Service</a>
|
|
</footer>
|
|
</body>
|
|
|
|
</html>
|