2025-02-14 18:43:16 +04:00

34 lines
1.4 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>
<head>
<title>LibraNet</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<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="about.html">О нас</a></li>
<li><a href="catalogue.html"> Каталог</a></li>
<li><a href="profile.html">Профиль</a></li>
<li><a href="index.html"> На главную</a></li>
</ul>
<hr>
<div class="testElement">
<a href="book.html">
<img alt="Обложка книги книги">
</a>
<p></p>
<a href="author.html"> Автор книги</a>
</div>
</body>
</html>