-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
53 lines (48 loc) · 1.56 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>The Gallery Name Has Changed</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>The Gallery Name Has Changed</h1>
<div id="quad">
<figure>
<img src="https://live.staticflickr.com/4896/46104700694_2bcef4ec3a_k.jpg">
<figcaption>Photo 1</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/65535/48283122822_cdd350b459_k.jpg">
<figcaption>Photo 2</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/5775/23925228372_7f8121354c_k.jpg">
<figcaption>Photo 3</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/7923/45872897154_a842812f1c_k.jpg">
<figcaption>Photo 4</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/4913/46181376611_3be9e44145_k.jpg">
<figcaption>Photo 5</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/7863/40008313833_f23a8afb55_k.jpg">
<figcaption>Photo 6/figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/65535/48657330201_dc3c345167_k.jpg">
<figcaption>Photo 7</figcaption>
</figure>
<figure>
<img src="https://live.staticflickr.com/65535/48656975173_df1bdffede_k.jpg">
<figcaption>Photo 8</figcaption>
</figure>
</div>
<h5>My footer</h5>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="./script.js"></script>
</body>
</html>