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,33 @@
<!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">
<link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon">
</head>
<body>
<div align="center"><a href="#"><img src="ls.png"></a></div>
<nav>
<a href="contacts.html" 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">LiteSite - это обчным сайт написанный на простом HTML и CSS3. Никакого JS.<br>
Здесь будет собраны образы всех систем (пока только Windows), весь нужный
и крякнутый софт, и другое всякое не нужное говно. Также, сайт создаётся не мной (Lameni), а вами!</p>
<br>
<!--<a href="mobile/index.html" class="very_good_font">Мобильная версия</a>-->
</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">
<img src="https://avatars.githubusercontent.com/u/76707795" alt="icon" />
<h1>Lite site</h1>
<h3>
Это обычный сайт на котором собраны образы всех систем (пока только
Windows), весь нужный и крякнутый софт, и другое всякое не нужное говно.
Также, сайт создаётся не мной (Lameni), а вами!
</h3>
</div>
</body>
</html>