mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-14 17:52:09 -05:00
allow users to see notice
This commit is contained in:
parent
34347cf45c
commit
5310d925eb
@ -1,4 +1,9 @@
|
||||
[
|
||||
{
|
||||
"name": "Minecraft Games",
|
||||
"image": "image.png",
|
||||
"directory": "eaglercraft"
|
||||
},
|
||||
{
|
||||
"name": "Protektor",
|
||||
"image": "cover.png",
|
||||
|
BIN
semag/eaglercraft/image.png
Normal file
BIN
semag/eaglercraft/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -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>
|
Loading…
x
Reference in New Issue
Block a user