-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (22 loc) · 931 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="android-chrome-512x512.png">
</head>
<body>
<div class="gallery">
<img src="alexander-london-mJaD10XeD7w-unsplash.jpg" alt="">
<img src="berkay-gumustekin-ngqyo2AYYnE-unsplash.jpg" alt="">
<img src="heri-susilo-fREiGY_l2Ok-unsplash.jpg" alt="">
<img src="jack-brind-rmvG_oHzCNA-unsplash.jpg" alt="">
<img src="jae-park-7GX5aICb5i4-unsplash.jpg" alt="">
<img src="milli-2l0CWTpcChI-unsplash.jpg" alt="">
<img src="shayna-douglas-w2tG22s8hEc-unsplash.jpg" alt="">
<img src="taylor-kopel-WX4i1Jq_o0Y-unsplash.jpg" alt="">
</div>
</body>
</html>