Files
PIbd-21_Valiulov_I.A._IP/html/index.html
IlyasValiulov 5fbb59c5d8 labwork02
2025-02-20 00:02:14 +04:00

81 lines
2.9 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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Онлайн кинотеатр</title>
<link rel="stylesheet" href="../css/style.css" />
</head>
<body>
<header>
<div>
<div class="logo-name">
<img src="../images/4k.jpg" id="logo">
<h1>Онлайн кинотеатр</h1>
</div>
<nav>
<ul class="navigation">
<li><a href="catalog.html">Фильмы и сериалы</a>
<ul class="dropdown">
<li><a href="catalog.html">Ужастики</a></li>
<li><a href="catalog.html">Аниме</a></li>
</ul>
</li>
<li><a href="about.html">О нас</a></li>
<li><a href="help.html">Помощь</a></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<div>
<h2>Добро пожаловать в онлайн кинотеатр</h2>
<p>Смотрите фильмы бесплатно и без ограничений.</p>
<h2>Премьеры недели</h2>
</div>
<div class="film-collection">
<div class="film">
<h4>Ловцы забытых голосов</h4>
<figure>
<img src="../images/film.jpg">
<figcaption><a href="film.html" target="_blank">Смотреть</a></figcaption>
</figure>
</div>
<div class="film">
<h4>Ловцы забытых голосов</h4>
<figure>
<img src="../images/film.jpg">
<figcaption><a href="film.html" target="_blank">Смотреть</a></figcaption>
</figure>
</div>
<div class="film">
<h4>Ловцы забытых голосов</h4>
<figure>
<img src="../images/film.jpg">
<figcaption><a href="film.html" target="_blank">Смотреть</a></figcaption>
</figure>
</div>
<div class="film">
<h4>Ловцы забытых голосов</h4>
<figure>
<img src="../images/film.jpg">
<figcaption><a href="film.html" target="_blank">Смотреть</a></figcaption>
</figure>
</div>
</div>
</div>
<footer>
<div>
<p>@ООО ОАО ИП и так далее. Любые лицензии по номеру 78375535378. 4К йоууу</p>
</div>
</footer>
</body>
</html>