2025-02-15 00:26:11 +04:00

31 lines
1015 B
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>
<title>Заголовок страницы</title>
<meta charset="UTF-8">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<p>для фона надо наверное найти картинку</p>
<div class="menu">
<a href="index.html">
<img src="img/manga.png" alt="ЛОГО">
</a>
<p>надо будет прикрепить, чтобы не двигался при прокрутке</p>
<p>Тут возможно будет каталог</p>
<a href="account.html">вход</a>
</div>
<div class="main">
<p>основное расположение.хочется все ссылки чтобы при наведении выделялись</p>
<a href="author.html">про автора</a>
<a href="manga.html">Инфа о манге</a>
<a href="reading.html">Читать</a>
</div>
<div class="news">какие-то новости
<a href="news.html">конкретная новость</a>
</div>
</body>
</html>