This commit is contained in:
Sergei Poljanski 2024-12-03 21:46:50 +02:00
commit 6d5d219a77
Signed by untrusted user: asxpi
GPG key ID: 4F8851660FA4121B
7 changed files with 93 additions and 73 deletions

View file

@ -4,7 +4,8 @@
<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="page_container">
@ -18,20 +19,18 @@
<div class="line"></div>
</label>
<div class="navigation">
<a class="nav_butt_2" href="about.html">About Us</a>
<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="">###</a>
<a class="nav_butt_2" href="">###</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">
<div class="contacts">
<p>xxxxcity, xxxxxxx street - xxx</p>
<p>Tel: xxx-xxx-xxx</p>
<a class="content_butt" href="mailto:xxx@xxx.xx">mail: mail@xxdomain.xx</a>
<a class="content_butt" href="xmpp:support@another.im">xmpp: support@another.im</a><br>
<a class="content_butt" href="xmpp:xmppclient-dev@conference.another.im">xmpp: xmppclient-dev@another.im</a>
</div>
</div>
</div>