Css updated

This commit is contained in:
Alexiy Rybin
2021-10-24 13:14:11 +07:00
parent b2d387c292
commit f739797fe1
34 changed files with 2945 additions and 460 deletions

View File

@ -1,30 +1,36 @@
<!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="index_files/style.css">
</head>
<body>
<div align="center"><a href="index.html"><img src="ls.png"></a></div>
<nav>
<a href="#" class="very_good_font">Контакты</a>
<a href="soft.html" class="very_good_font">Софт</a>
<a href="iso.html" class="very_good_font">Образы</a>
<a href="changelog.html" class="very_good_font">Changelog</a>
<a href="thanks.html" class="very_good_font">Благодарности</a>
<a href="projects.html" class="very_good_font">Проекты</a>
<a href="music.html" class="very_good_font">Музыка</a>
<a href="anime/index_anime.html" class="very_good_font">Аниме</a>
</nav>
<div align="center">
<p class="very_good_font">Контакты</p>
<p class="very_good_font">Discord - <a href="https://discord.gg/UgQb66esQV" >тык</a>
<br>Telegram - <a href="https://t.me/links_lamenis">тык</a>
<br> YouTube - <a href="https://www.youtube.com/channel/UCz6LTgGF6dl_1teOWxeNrbQ">тык</a>
<br>VK - <a href="https://vk.com/lame_ni">тыкадынг</a>
<br>E-Mail - <a href="mailto:litesite@protonmail.com">Написать</a>
</p></div>
</body>
</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/UgQb66esQV">Discord</a></h2>
<h2><a href="https://t.me/links_lamenis">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:litesite@protonmail.com">Mail</a></h2>
</div>
</body>
</html>