-
Notifications
You must be signed in to change notification settings - Fork 0
/
img.html
29 lines (24 loc) · 1.2 KB
/
img.html
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
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Images</title>
</head>
<body>
<section>
<h2>Images</h2>
<img src="img/2d024369-f5d1-4b8c-a8c9-9a9e49875338.jpeg" alt="" width="30%">
<img src="img/f6bc09c7-ed08-48f5-acc6-8993af90c705.jpeg" width="30%">
<img src="img/ecdfdb2e-94a8-4811-9aa8-3fe327c19c21.jpeg" alt="" width="30%">
<img src="img/a27d1255-60d3-4be0-92fc-ae76b1fc48b6.jpeg" alt="" width=" 28%">
<img src="img/638cb3c7-03b6-4ec4-a561-6f6f60c5e85e.jpeg" alt="" width="28%">
<img src="img/img.jpg" alt="" width="30%">
<img src="img/fa5ba1fd-7209-450e-9673-212a2478ba84.jpeg" alt="" width="28%">
<img src="img/03c6cd55-9ef4-4487-8d7e-1533fd44daf8.jpeg" alt="" width="28%">
<img src="img/ac0fdd7c-a52e-4f86-b1c8-7329a156ae7d.jpeg" alt="" width="28%">
<img src="img/370237267_1695175130959922_804175396968252414_n.jpg" alt="" width="45%">
<img src="img/114b69e5-e503-4db4-ba09-f591584966ff.jpeg" alt="" width="28%">
</section>
</body>
</html>