amalthea-mc.github.io/index.html

32 lines
1.2 KiB
HTML
Raw Normal View History

2022-01-07 22:16:35 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Amalthea</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
<div class="address-desc">Java + Bedrock</div>
<table class="links">
<tbody>
<tr>
<td><a href="https://t.me/+1brxlMQR7kk5YzQy">Telegram chat</a></td>
<td style="text-align: right;"><a href="https://discord.gg/9adwzUt76M">Discord</a></td>
</tr>
<tr>
<td><a href="#">Support us</a></td>
<td style="text-align: right;"><a href="#">Server map</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</body>
</html>