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>
|
2022-01-09 15:28:10 +00:00
|
|
|
<a href="https://discord.gg/9adwzUt76M">Discord</a>
|
|
|
|
<a href="#">Support us</a>
|
|
|
|
<a href="#">Server map</a>
|
|
|
|
</div>
|
2022-01-07 22:16:35 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|