2025-02-15 14:55:37 +04:00

26 lines
1.2 KiB
HTML
Raw Permalink 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>
<head>
<title>LibraNet</title>
<meta charset="utf-8">
<meta name="description" content="Сайт с свободно доступными книгами.
Страница рассказывающая о сайте">
<meta name="keywords" content="книги, читать, бесплатно">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="../css/mainStyle.css">
</head>
<body>
<h1 class="centered">LibraNet</h1>
<h3 class="centered">Сборник свободных и бесплатных книг</h3>
<hr>
<ul class="inlineList">
<li><a href="index.html"> На главную</a></li>
<li><a href="catalogue.html"> Каталог</a></li>
<li><a href="profile.html">Профиль</a></li>
<li><a href="about.html" class="active">О нас</a></li>
</ul>
<hr>
<p>Этот сайт - сборник всех бесплатных книг. Наша задача сохранить всю бесплатно и свободно доступную литературу.</p>
</body>
</html>