-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgalary.html
More file actions
28 lines (28 loc) · 936 Bytes
/
Copy pathgalary.html
File metadata and controls
28 lines (28 loc) · 936 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
28
<!DOCTYPE html>
<html>
<head>
<title>Gallary</title>
<link rel="stylesheet" href="galary-style.css">
<link href="https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Caveat&display=swap" rel="stylesheet">
</head>
<body>
<header>
<a href="index.html">HOME</a>
</header>
<h1>Life In MLRIT</h1>
<p> A single rose can be my garden… a single <span>Friend</span>, my world </p>
<div id="image">
<img src="1.jpg">
<img src="2.jpg">
<img src="4.jpg">
<img src="6.jpg">
<img src="13.jpg">
<img src="15.jpg">
<img src="24.jpg">
<img src="22.jpg">
<img src="21.jpg" class="img21">
<img src="23.jpg">
</div>
</body>
</html>