-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (69 loc) · 2.21 KB
/
Copy pathindex.html
File metadata and controls
80 lines (69 loc) · 2.21 KB
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
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta description="周杰伦 mv 公公偏头痛 视频">
<title>公公偏头痛</title>
<style>
.clearfix {
*zoom: 1;
}
.clearfix:before,
.clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.container{
width:1000px;
margin:0 auto;
}
.flash,
.ad{
float:left;
width:480px;
margin-left:100px;
}
.ad{
width:auto;
}
.contact{
margin-top:10px;
text-align:right;
}
</style>
</head>
<body>
<div class="container">
<h1>公公偏头痛</h1>
<div class="clearfix">
<div class="flash">
<!--视频地址-->
<embed src="http://player.youku.com/player.php/sid/XNDkyMzcyOTA4/v.swf" allowFullScreen="true" quality="high" width="480" height="400" align="middle" allowScriptAccess="always" type="application/x-shockwave-flash"></embed>
</div>
<!--广告-->
<div class="ad">
<a href="http://s.click.taobao.com/t_9?p=mm_32245864_0_0&l=http%3A%2F%2Ftemai.tmall.com" target="_blank"><img src="http://img04.taobaocdn.com/tps/i4/T1vwANXg0bXXXC3Cwy-190-390.jpg" alt="上天猫,就购了!" /></a>
</div>
</div>
<p class="contact"><addresses><a href="mailto:343909267@qq.com">联系方式</a></addresses></p>
<!--disqus-->
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'gonggongpiantoutong'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</div>
</body>
</html>