2022-01-07 22:16:35 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Amalthea</title>
|
2022-01-09 15:28:10 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
2022-01-07 22:16:35 +00:00
|
|
|
<meta name="color-scheme" content="dark">
|
|
|
|
<meta name="robots" content="none noarchive">
|
|
|
|
<link rel="shortcut icon" href="server-icon.png" type="image/x-icon">
|
|
|
|
<link href="style.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="card">
|
|
|
|
<div class="content">
|
|
|
|
<h1 class="address">mc.amalthea.one</h1>
|
2022-10-29 17:08:17 +00:00
|
|
|
<div class="address-desc">Java <strike>+ Bedrock</strike></div>
|
2022-01-09 15:28:10 +00:00
|
|
|
<div class="links">
|
2022-10-29 17:08:17 +00:00
|
|
|
<a href="https://t.me/+iqsz7FxAbtE0YTIy">Telegram chat</a>
|
2023-05-16 12:42:56 +00:00
|
|
|
<a href="https://discord.gg/JsnsBEpQmp">Discord</a>
|
2022-10-30 17:48:47 +00:00
|
|
|
<a href="https://boosty.to/amalthea.one">Support us</a>
|
2023-09-16 18:10:10 +00:00
|
|
|
<a href="https://dynmap.swamp.lol/">Server map</a>
|
2022-01-09 15:28:10 +00:00
|
|
|
</div>
|
2022-01-07 22:16:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|