poridge.club/mumble/index.html

39 lines
1.5 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 | Mumble</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../styles.css">
<link rel="icon" type="image/x-icon" href="../images/logo.png">
</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>Mumble</h2>
<p>Mumble &#8212; лучший софт для разговоров о чём угодно.</p>
<p>Подключиться &#8212; <b>poridge.club</b>, порт стандартный (64738)</p>
<p>Рекомендую к ознакомлению отличную <a href="https://skobk.in/mumble/">статью</a> skobkin'a, чтобы освоиться в программе.</p>
</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>