41 lines
1.4 KiB
HTML
41 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Dhaverd</title>
|
|
<link href="src/styles/style.css?v=01000014" rel="stylesheet">
|
|
<link rel="icon" href="src/img/favicon.ico">
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<header id="header" class="default">
|
|
<div>
|
|
<a href="index.html"><img class="header-img" src="src/img/dhaverd2.png"></a>
|
|
</div>
|
|
</header>
|
|
<main>
|
|
<section class="side-bar">
|
|
<p><a href="index.html">Главная</a></p>
|
|
<p><a href="http:\\176.114.129.4:3000">Gitea</a></p>
|
|
<p><a href="servers.html">Сервера</a></p>
|
|
<p><a href="mychat.html">MyChat</a></p>
|
|
</section>
|
|
<section class="clay"> </section>
|
|
<section class="main-content">
|
|
<p><h1 class="page-title">MyChat</h1></p>
|
|
<p>Скачать MyChat Client можно здесь: <a class="text-link" href="https://nsoft-s.com/downloadmychat.html">ТыК</a></p>
|
|
<p>Также можно открыть Web-версию: <a class="text-link" href="http://176.114.129.4:800/chat">ТыК</a> </p>
|
|
<p>Для подключения потребуется ввести следующие данные:</p>
|
|
<p class="mychat-cred">IP: 176.114.129.4</p>
|
|
<p class="mychat-cred">Port: 2004</p>
|
|
<p class="mychat-cred">WEB порт: 800</p>
|
|
<p class="mychat-cred">Пароль сервера: 2ZJcs</p>
|
|
</section>
|
|
</main>
|
|
<footer>
|
|
<section>
|
|
<p>© Dhaverd 2022</p>
|
|
</section>
|
|
</footer>
|
|
</body>
|
|
</html> |