mirror of
https://github.com/amalthea-mc/amalthea-mc.github.io.git
synced 2024-11-08 11:41:06 +00:00
26 lines
982 B
HTML
26 lines
982 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Amalthea</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-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>
|
|
<div class="links">
|
|
<a href="https://t.me/+1brxlMQR7kk5YzQy">Telegram chat</a>
|
|
<a href="https://discord.gg/9adwzUt76M">Discord</a>
|
|
<a href="#">Support us</a>
|
|
<a href="#">Server map</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|