2025-03-06 11:39:08 -05:00

22 lines
903 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DMCA</title>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.getElementById("ip").innerText += " " + (location.protocol.includes("s") ? "wss" : "ws") + "://" + location.host + "/mc";
});
</script>
</head>
<body>
<h1>DMCA</h1>
<p>Selenite complies with all DMCA takedown requests.</p>
<p>Therefore, Eaglercraft has been removed, as of a request from Microsoft.</p>
<a href="/dmca/2025-03-04 Microsoft.txt">For full transparency, you may read the takedown request here.</a>
<p>To stay updated with Ethereal, join the discord <a href="https://discord.gg/Paq98nmZeD">here</a>.</p>
<p id="ip">You may also join the server at wss://ethereal.mov or at </p>
</body>
</html>