Files
InternetProg_MorozovDV_PIbd-22/manga.html

42 lines
1.1 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>
<title>Манга</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<div class="menu">
<a href="index.html" class="logo">
<img src="img/manga.png" alt="ЛОГО">
</a>
<ul class="nav">
<li class="dropdown">
<span>Каталог ▾</span>
<ul class="features-menu">
<li><a href="#">Жанр 1</a></li>
<li><a href="#">Жанр 2</a></li>
<li><a href="#">Жанр 3</a></li>
<li><a href="#">Жанр 4</a></li>
</ul>
</li>
<li class="login"><a href="account.html">вход</a></li>
</ul>
</div>
<div>
<figure>
<img src="img/заглушка.jpg" alt="">
<figcaption>Заглушка</figcaption>
</figure>
<p>здесь будет сама инфа о манге</p>
<a href="author.html">про автора</a>
<a href="reading.html">Читать</a>
</div>
</body>
</html>