-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlesson68.html
More file actions
27 lines (26 loc) · 911 Bytes
/
lesson68.html
File metadata and controls
27 lines (26 loc) · 911 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
26
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/lesson68.css">
<title>Image</title>
</head>
<body>
<div class="all">
<div class="image">
<div class="image2">
<img src="https://ca.slack-edge.com/T04BA0AEXB9-U04CDEMS1HU-04273e1e5f9c-512" alt="">
<div class="text">Hayk, 13 years</div>
</div>
</div>
</div>
<div class="all2">
<div class="text2">Спасибо Динаре. Мы не долго <br>
говарили, конечно, но очень <br>интересно! Никогда не думал,<br>
хто можно так достоверно <br>рассказывать о чужой судьбе.
</div>
</div>
</body>
</html>