site_itslameni/index.html

34 lines
1.2 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>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>
<strong><a href="index.html" class="active">Главная</a></strong>
<a href="contacts.html">Контакты</a>
<a href="https://github.com/lamenich/lamehub/soft.md">Софт</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>LameHub</h1>
<h3>
Домик ламенишки, где обитает его шиза и всё такое. Где хранятся его мозги,
файлы, и софтик всякий. Также имеет свой щитпост канала в телеге -
<a href="htttps://t.me/home_coterons">https://t.me/home_coterons</a>
</h3>
</div>
</body>
</html>