-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1.html
53 lines (52 loc) · 1.83 KB
/
1.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>文字2</title>
<link rel="stylesheet" type="text/css" href="css/fenye.css">
<style>
* {
margin: 0;
padding: 0;
}
#top,#bottom {
width: 605px;
height: 198px;
margin: 0 auto;
}
#bottom {
border-top: 1px solid #808080;
}
h1 {
font-size: 18px;
line-height: 52px;
}
p {
font-size: 14px;
line-height: 24px;
}
div div {
color: #A1A1A1;
padding-left: 36px;
background: url('images/biao.jpg') no-repeat left;
line-height: 34px;
font-size: 14px;
}
</style>
</head>
<body>
<div id="top">
<h1>360成为《变形金刚4》唯一安全合作伙伴</h1>
<p>6月21日,《变4》中国地区首映礼在上海世博创意秀场举行,在首映礼现场,中国互联网安全第一品牌360作为“汽车人”的神秘伙伴闪亮登场,360不仅是《变4》唯一指定安全合作伙伴,同时《360携手变形金刚:保卫地球,安全第一》的视频,也引发了更多“变形金刚”迷们对影片的期待。在首映礼中播放的预告片...</p>
<div>2014-06-22 15:60:60</div>
</div>
<div id="bottom">
<h1>李克强向希腊赠送三星堆文物复制品</h1>
<p>中国前驻希腊大使杜起文告诉中新社记者,作为古希腊文明的代表,博物馆是主人邀请客人必去的地方。伊拉克利翁博物馆是世界知名的考古博物馆,为克里特岛的著名景点,博物馆的历史可上溯至1883年,馆内有众多与米诺斯文明相关的藏品,展示了克里特岛7000多年的历史。而克里特岛是希腊历史文化的发源地之一,米诺斯文明是希腊文明对欧洲文明的重要贡献。</p>
<div>2014-08-22 12:60:60 </div>
</div>
<div class="fenye">
<a href="7.html">上一页</a><a href="2.html">下一页</a>
</div>
</body>
</html>