-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 961 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 961 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<html lang="ru">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web-Site for classes</title>
</head>
<body>
<header>
<h1>Жоский сайт</h1>
<p>Я сделал его во славу Оксимирону и первому классу</p>
</header>
<main>
<article>
<section>
<h2>Лучший в мире рэпер - Оксимирон</h2>
<img src="https://www.isuct.ru/sites/default/files/department/ightu/ightu/21092023/b6ygvnpifau.jpg" alt="">
<p>Как он хорош, как он красив</p>
<h2>Как по мне лучше слушать металл, но рэп тоже классно</h2>
<p>Вы уже должны были начать догадываться, что я металлист</p>
</section>
</article>
</main>
</body>
</html>