37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>LiteSite / Контакты</title>
|
|
<link rel="stylesheet" type="text/css" href="styles/style.css" />
|
|
<link
|
|
rel="shortcut icon"
|
|
href="assets/images/favicon.ico"
|
|
type="image/x-icon"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<nav>
|
|
<a href="index.html">Главная</a>
|
|
<a href="contacts.html">Контакты</a>
|
|
<a href="soft.html">Софт</a>
|
|
<a href="iso.html">Образы</a>
|
|
<a href="thanks.html">Благодарности</a>
|
|
<a href="projects.html">Проекты</a>
|
|
</nav>
|
|
<div class="landing">
|
|
<h1>Контакты</h1>
|
|
<h2><a href="https://discord.gg/43ZUqPG3Sm">Discord (TLS - Testing Lameni's Server (просто сервак для тестиков))</a></h2>
|
|
<h2><a href="https://t.me/Kot3ron">Telegram</a></h2>
|
|
<h2>
|
|
<a href="https://www.youtube.com/channel/UCz6LTgGF6dl_1teOWxeNrbQ"
|
|
>YouTube</a
|
|
>
|
|
</h2>
|
|
<h2><a href="https://vk.com/lame_ni">VK</a></h2>
|
|
<h2><a href="mailto:mister.lameni@yandex.ru">Mail</a></h2>
|
|
</div>
|
|
</body>
|
|
</html>
|