allow users to see notice

This commit is contained in:
sky 2025-03-06 11:39:08 -05:00
parent 34347cf45c
commit 5310d925eb
3 changed files with 13 additions and 0 deletions

View File

@ -1,4 +1,9 @@
[
{
"name": "Minecraft Games",
"image": "image.png",
"directory": "eaglercraft"
},
{
"name": "Protektor",
"image": "cover.png",

BIN
semag/eaglercraft/image.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -4,11 +4,19 @@
<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>