content
This commit is contained in:
parent
230c03da48
commit
6d5d219a77
7 changed files with 93 additions and 73 deletions
42
server.html
Normal file
42
server.html
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<!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="page_container">
|
||||
<div class="nav_box">
|
||||
<a href="index.html" class="logo_home"><img src="logo.svg" class="logo" alt="logo"></a>
|
||||
<h2>Server</h2>
|
||||
<input type="checkbox" id="burger-toggle" class="burger-toggle">
|
||||
<label for="burger-toggle" class="burger">
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
<div class="line"></div>
|
||||
</label>
|
||||
<div class="navigation">
|
||||
<a class="nav_butt_2" href="news.html">News</a>
|
||||
<a class="nav_butt_2" href="download.html">Download</a>
|
||||
<a class="nav_butt_2" href="contact.html">Contact</a>
|
||||
<a class="nav_butt_2" href="server.html">Server</a>
|
||||
<a class="nav_butt_2" href="about.html">About Us</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_wrap">
|
||||
<div class="content_box">
|
||||
<p>On the server side we are offering free to use Prosody server,<br>
|
||||
just connect to <a class="content_butt" href="xmpp:xmppclient-dev@conference.another.im">xmpp: another.im</a>, but we are encouroge you to don't trust us, self-host.</p>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<!--
|
||||
Front build by
|
||||
nikitajevdookishkin.github.io/designer/
|
||||
-->
|
||||
Loading…
Add table
Add a link
Reference in a new issue