-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGallery.html
103 lines (101 loc) · 3.99 KB
/
Gallery.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Gallery</title>
<meta name="keywords" content="关键词1,关键词2,关键词3,关键词4">
<meta name="description" content="zz df s fzfdfzfz z 在方电子政府走访">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/Gallery.css" rel="stylesheet" type="text/css">
<link href="a.ico" rel="shortcut icon" type="x/image-icon">
</head>
<body>
<div id="contain">
<!--头部-->
<div id="top">
<a href="index.html"><div id="log"><img src="img/logo.png" width="296" height="78" alt=""></div></a>
<div id="daohang">
<ul>
<a href="index.html"><li>HOME</li></a>
<a href="About.html"><li>ABOUT</li></a>
<a href="Even.html"><li>EVENTS</li></a>
<a href="Gallery.html"><li class="text1">GALLERY</li></a>
<a href="Blog.html"><li>BLOG</li></a>
<a href="Contact.html"><li>CONTACT</li></a>
</ul>
</div>
</div>
<!--头部 end-->
<!--中间-->
<div id="middle">
<h1>Latest Photos</h1>
<ul class="u1">
<a href="#"><li>
<img src="img/gallery_img1.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img2.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img3.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img5.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img6.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img7.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img8.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
<a href="#"><li>
<img src="img/gallery_img4.jpg" width="270" height="160" alt="">
<p></p>
</li></a>
</ul>
<ul class="u2">
<a href="#"><li class="hao">1</li></a>
<a href="#"><li>2</li></a>
</ul>
</div>
<!--中间 end-->
<!--尾部-->
<div id="foot">
<div id="foot_t">
<div class="foot_t1 footd1">
<h1>Our Latest feeds</h1>
<ul>
<a href="#"><li>Lorem ipsum dolor consectetur adiping</li></a>
<a href="#"><li>Nunc sagittis mollis eros, at venenatis</li></a>
<a href="#"><li>Morbi nec dolor ipsum vel congugue</li></a>
<a href="#"><li>Nullam a odio ipsum, at sodales lorem</li></a>
<a href="#"><li>Nullam imperdiet vulputate congugue</li></a>
</ul>
</div>
<div class="foot_t1 footd2">
<h1>Catch on</h1>
<ul>
<a href="#"><li>Events Club</li></a>
<a href="#"><li>West Coast, CA</li></a>
<a href="#"><li>Facebook - I Music</li></a>
<a href="#"><li>Login</li></a>
<a href="#"><li>yourname(at)companyname.com</li></a>
</ul>
</div>
</div>
<div id="foot_f">Copyright © 2016.Company name All rights reserved.</div>
</div>
<!--尾部 end-->
</div>
</body>
</html>