anotherim-website/index.html
2024-12-03 21:46:50 +02:00

41 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="logo.svg">
<title>another.im</title>
</head>
<body>
<div class="main_container">
<div class="head">
<img src="logo.svg" class="logo" alt="logo">
<h1>another.im</h1>
<p><br>the Another Instant Messenger is not a messenger,
don't believe the words.
<br><br>
we just offer you a standardized xmpp-client with predicted features which work equally on all platforms.<br>
in our clients we have realized pure XMPP and you won't step on a hedgehog unexpectedly when you communicate with another xmpp client or server.
<br><br>
because you buy our open-sourced bitcoin,<br>
we decided to offer you to buy our open-sourced messenger.<br>
ha-ha joke.<br>
it's free, really. GPLv3, whatever.
</p>
</div>
<div class="links">
<a class="nav_butt_1" href="news.html">News</a>
<a class="nav_butt_1" href="download.html">Download</a>
<a class="nav_butt_1" href="contact.html">Contact</a>
<a class="nav_butt_1" href="server.html">Server</a>
<a class="nav_butt_1" href="about.html">About Us</a>
</div>
</div>
</body>
</html>
<!--
Front build by
nikitajevdookishkin.github.io/designer/
-->