-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgallery.html
More file actions
26 lines (25 loc) · 1004 Bytes
/
gallery.html
File metadata and controls
26 lines (25 loc) · 1004 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Gallery</title>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<header class="header">
<h1> skies</h1>
</header>
<div class="gallery">
<img src="C:\Users\prach\Downloads\IMG-20220816-WA0011.jpg";>
<img src="C:\Users\prach\Downloads\IMG20220302213352.jpg" alt="sky">
<img src="C:\Users\prach\Downloads\IMG20220808191406.jpg" alt="">
<img src="C:\Users\prach\Downloads\IMG20220717184830.jpg" alt="">
<img src="C:\Users\prach\Downloads\Snapchat-1644941267.jpg" alt="">
<img src="C:\Users\prach\Downloads\IMG20220727183235.jpg" alt="">
<img src="C:\Users\prach\Downloads\IMG_20220714_182220.jpg" alt="">
<img src="C:\Users\prach\Downloads\IMG20220816182705.jpg" alt="">
<img src="C:\Users\prach\Downloads\IMG20220717192615.jpg" alt="">
</div>
</body>
</html>