-
Notifications
You must be signed in to change notification settings - Fork 0
/
C.html
80 lines (74 loc) · 3.99 KB
/
C.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML>
<html>
<head>
<title>Image Gallery</title>
<link rel="icon" type="image/png" href="images/index.jpg">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
</head>
<body>
<div style="justify-content: space-around; margin: 10px; padding: 5px;">
<img src="images/mahesh-001.jfif" width="300" height="400">
<img src="images/mahesh-001.jpg" width="300" height="400">
<img src="images/mahesh-003.jpg" width="300" height="400">
<img src="images/mahesh-004.jpg" width="300" height="400">
<img src="images/mahesh-005.jpg" width="300" height="400">
<img src="images/mahesh-006.jpg" width="300" height="400">
<img src="images/mahesh-007.jpeg" width="300" height="400">
<img src="images/mahesh-008.jpg" width="300" height="400">
<img src="images/mahesh-009.jpg" width="300" height="400">
<img src="images/mahesh-010.jpg" width="300" height="400">
<img src="images/mahesh-011.jpg" width="300" height="400">
<img src="images/mahesh-012.jpg" width="300" height="400">
<img src="images/mahesh-013.jpg" width="300" height="400">
<img src="images/mahesh-014.jpg" width="300" height="400">
<img src="images/mahesh-015.jpg" width="300" height="400">
<img src="images/mahesh-016.jpg" width="300" height="400">
<img src="images/mahesh-017.jpg" width="300" height="400">
<img src="images/mahesh-018.jpg" width="300" height="400">
<img src="images/mahesh-019.jpg" width="300" height="400">
<img src="images/mahesh-020.jpg" width="300" height="400">
<img src="images/mahesh-021.jpg" width="300" height="400">
<img src="images/mahesh-022.jpg" width="300" height="400">
<img src="images/mahesh-023.jpg" width="300" height="400">
<img src="images/mahesh-024.jpg" width="300" height="400">
</div>
<div style="justify-content: space-around; margin: 10px; padding: 5px>
<img src="images/mahesh_friends-002.jpg" width="300" height="400">
<img src="images/mahesh_friends-001.jpg" width="300" height="400">
<img src="images/mahesh_friends-003.jpg" width="300" height="400">
<img src="images/mahesh_friends-004jpg.jpg" width="300" height="400">
<img src="images/mahesh_friends-005.jpg" width="300" height="400">
<img src="images/mahesh_friends-006.jpg" width="300" height="400">
<img src="images/mahesh_friends-007.jpg" width="300" height="400">
<img src="images/mahesh_friends-008.jpg" width="300" height="400">
<img src="images/mahesh_friends-009.jpg" width="300" height="400">
<img src="images/mahesh_friends-010.jpg" width="300" height="400">
<img src="images/mahesh_friends-011.jpg" width="300" height="400">
<img src="images/mahesh_friends-012.jpg" width="300" height="400">
<img src="images/mahesh_friends-013.jpg" width="300" height="400">
<img src="images/mahesh_friends-014.jpg" width="300" height="400">
<img src="images/mahesh_friends-015.jpg" width="300" height="400">
<img src="images/mahesh_friends-016.jpg" width="300" height="400">
<img src="images/mahesh_friends-017.jpg" width="300" height="400">
<img src="images/mahesh_friends-018.jpg" width="300" height="400">
<img src="images/mahesh_friends-019.jpg" width="300" height="400">
<img src="images/mahesh_friends-020.jpg" width="300" height="400">
<img src="images/mahesh_friends-021.jpg" width="300" height="400">
<img src="images/mahesh_friends-022.jpg" width="300" height="400">
<img src="images/mahesh_friends-023.jpg" width="300" height="400">
<img src="images/mahesh_friends-024.jpg" width="300" height="400">
</div>
<footer id="footer">
<ul class="copyright">
<li>© Mahesh Kumar Dey</li>
<li>Design: <a href="#" target=" ">Mahi</a></li>
</ul>
</footer>
</div>
</body>
</html>