poridge.club/xmpp/index.html

48 lines
2.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="ru">
<head>
<title>Poridge Club | XMPP</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="preload" href="/fonts/InterDisplay-Regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="/styles.css">
<link rel="icon" type="image/x-icon" href="/images/logo.png">
<meta name="description" content="XMPP сервер проекта Poridge Club">
</head>
<body>
<div class="header-area">
<div class="menu">
<div class="left-section">
<a href="/"><img src="/images/logo.png" class="logo" alt="logo"></a>
</div>
<div class="right-section">
<a href="/" class="hover-underline-animation">Домой</a>
<a href="/about" class="hover-underline-animation">О проекте</a>
<a href="/donate" class="hover-underline-animation">Поддержать</a>
<a href="/contact" class="hover-underline-animation">Связаться</a>
</div>
</div>
</div>
<main>
<div class="content">
<h2>XMPP</h2>
<p>Регистрация пока по инвайтам, если вам нужен аккаунт, <a href="/contact">напишите мне</a></p>
<a href="https://compliance.conversations.im/server/poridge.club"><img src="https://compliance.conversations.im/badge/poridge.club" alt="XMPP compliance badge"></a>
<p>Сответую ознакомитсья с интересными статьями:</p>
<ul>
<li><a href="https://web.archive.org/web/2022102406g=G842/https://cawiki.herokuapp.com/messengers/#xmpp">https://web.archive.org/web/20221024060842/https://cawiki.herokuapp.com/messengers/#xmpp</a></li>
<li><a href="https://web.archive.org/web/20220901164329/https://blackgnu.net/xmpp-introduction.html">https://web.archive.org/web/20220901164329/https://blackgnu.net/xmpp-introduction.html</a></li>
<li><a href="https://portal.mozz.us/gemini/tilde.team/~rami/xmpp.gmi">https://portal.mozz.us/gemini/tilde.team/~rami/xmpp.gmi</a></li>
<li><a href="https://xmpp.org/about/faq/">https://xmpp.org/about/faq/</a></li>
<li><a href="https://xmpp.org/about/myths/">https://xmpp.org/about/myths/</a></li>
</ul>
</div>
</main>
<footer>
<div class="footer-content">
<span><a href="/vlnst">vlnst</a> | 2023 | <a href="https://git.poridge.club/vlnst/poridge.club">Исходный код</a></span>
</div>
</footer>
</body>
</html>