site_itslameni/projects.html

50 lines
1.9 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>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LameHub.Проекты</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>
<strong><a href="index.html">Главная</a></strong>
<a href="contacts.html">Контакты</a>
<a href="soft.html">Софт</a>
<a href="thanks.html">Благодарности</a>
<a href="projects.html" class="active">Проекты</a>
</nav>
<div class="landing">
<h1>Проекты</h1>
<h3>
1. <a href="index.html">LiteSite</a> - мой сайт, на котором вы сейчас
находитесь, и на котором есть различный софт, образы винды (и мак оси)
</h3>
<h3>
2. <a href="https://t.me/softlameU">Всякий софт / Lameni</a> - канал
в Telegram с тем софтом, который я нашёл в интернете, на гитхабе, да хоть хде)
</h3>
<h3>
3. <a href="https://t.me/home_coterons">lame's tavern!</a> - мой щитпост канал в телеграме. В нём
я постоянно ною, пишу что-то (xd)
</h3>
<h3>
4. <a href="https://t.me/klaud_music_lameni">клауд мьюзик ламени</a> - моё хранилище музыки, которую я слушаю
</h3>
<h3>
5. <a href="https://t.me/redmi9tupdatesru">Redmi 9T/POCO M3 Updates (RU)</a> - канал с обновлениями на Redmi 9T/POCO M3 (оба телефоны
имеют одинаковые процы)
</h3>
<h2>
<a href="https://t.me/lamelinks">БОЛЬШЕ ССЫЛОК - БОГУ ССЫЛОК</a>
</h2>
</div>
</body>
</html>