content
This commit is contained in:
parent
230c03da48
commit
6d5d219a77
7 changed files with 93 additions and 73 deletions
22
index.html
22
index.html
|
|
@ -4,22 +4,32 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<title>The App</title>
|
||||
<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>The App</h1>
|
||||
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Recusandae iusto id sed, sit nulla voluptas, suscipit reiciendis magni nostrum placeat quibusdam architecto sint quia eos corporis inventore explicabo hic quisquam.</p>
|
||||
<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="about.html">About Us</a>
|
||||
<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="">###</a>
|
||||
<a class="nav_butt_1" href="">###</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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue