-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 967 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
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Photo Gallery - A Very Mogul Christmas!</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<h1>A VERY MOGUL CHRISTMAS PHOTO GALLERY</h1>
<h2>PLEASE ADD YOUR PHOTO <a href="https://github.com/Kendall-Does-Coding-Websites/image-slider/blob/main/images">HERE</a></h2>
<div class="row">
<div class="column">
<img src="/images/3.png" />
<img src="/images/4.png" />
</div>
<div class="column">
<img src="/images/1.png" />
<img src="/images/6.jpg" />
</div>
<div class="column">
<img src="/images/5.jpg" />
<img src="/images/2.jpg" />
</div>
</div>
</div>
</body>
</html>