-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-4.html
117 lines (104 loc) · 4.39 KB
/
index-4.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<title>Contacts</title>
<meta charset="utf-8">
<link rel="icon" href="images/favicon.ico">
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/form.css">
<script src="js/jquery.js"></script>
<script src="js/jquery-migrate-1.1.1.js"></script>
<script src="js/superfish.js"></script>
<script src="js/forms.js"></script>
<script src="js/jquery.equalheights.js"></script>
<script src="js/jquery.easing.1.3.js"></script>
<script>
</script>
<!--[if lt IE 8]>
<div style=' clear: both; text-align:center; position: relative;'>
<a href="http://windows.microsoft.com/en-US/internet-explorer/products/ie/home?ocid=ie6_countdown_bannercode">
<img src="http://storage.ie6countdown.com/assets/100/images/banners/warning_bar_0000_us.jpg" border="0" height="42" width="820" alt="You are using an outdated browser. For a faster, safer browsing experience, upgrade for free today." />
</a>
</div>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<link rel="stylesheet" media="screen" href="css/ie.css">
<![endif]-->
</head>
<body class="">
<!--==============================header=================================-->
<header>
<div class="container_12">
<div class="grid_12">
<h1><a href="index.html"><img src="images/logo.png" alt="Boo House"></a> </h1>
<div class="menu_block">
<nav class="" >
<ul class="sf-menu">
<li><a href="index.html">Home</a></li>
<li><a href="index-1.html">about</a></li>
<li><a href="index-2.html">Portfolio</a></li>
<li><a href="index-3.html">Clients</a></li>
<li class="current"><a href="index-4.html">Contacts</a></li>
</ul>
</nav>
<div class="clear"></div>
</div>
<div class="clear"></div>
</div>
</div>
</header>
<!--==============================Content=================================-->
<div class="content" style="background-color:#F5F5F5"><div class="ic">More Website Templates @ TemplateMonster.com - September 14, 2013!</div>
<div class="container_12">
<div class="grid_12" style="text-align:center">
<object style="margin-left:auto;margin-right:auto;" type="application/x-shockwave-flash" data="http://dearbigdog.com/tagcloud.swf?r=8516054" width="600" height="600">
<param name="movie" value="tagcloud.swf?r=8516054" />
<param name="bgcolor" value="#F5F5F5" />
<param name="AllowScriptAccess" value="always" />
<param name="flashvars" value="tcolor=0xFFC800&tcolor2=0x6C0000&hicolor=0x919191&tspeed=100&distr=true&mode=tags&tagcloud=<tags>
<a href='' style='font-size: 8pt;'>张峻崎</a>
<a href='' style='font-size: 8pt;'>盐城工学院</a>
<a href='' style='font-size: 8pt;'>梦想</a>
<a href=''>希望</a>
<a href=''>爱情</a>
<a href='' style='font-size: 18pt;'>加油</a>
<a href='http://www.cnblogs.net/ensleep' style='font-size: 18pt;'>工作</a>
<a href='' style='font-size: 28pt;'>价值</a>
<a href='' style='font-size: 38pt;'>看书</a>
<a href='' style='font-size: 12pt;'>漫画</a>
<a href='' style='font-size: 50pt;'>听歌</a>
<a href='' style='font-size: 28pt;'>写小说</a>
<a href='' style='font-size: 20pt;'>Dota</a>
<a href='' style='font-size: 8pt;'>三国杀</a>
<a href='' style='font-size: 8pt;'>WPF</a>
<a href='' style='font-size: 16pt;'>HTML5</a>
<a href='' style='font-size: 15pt;'>南京</a>
<a href='http://www.w3school.com.cn/' style='font-size: 14pt;'>w3school</a>
<a href='' style='font-size: 30pt;'>连云港</a>
<a href='' style='font-size: 30pt;'>生存</a>
</tags>"
/>
</object>
</div>
</div>
</div>
<!--==============================footer=================================-->
<footer>
<div class="container_12">
<div class="grid_12">
<div class="socials">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
<div class="copy">
WebDesign (C) 2013 | <a href="#">Privacy Policy</a> | Website Template Collect from <a href="http://www.cssmoban.com/" title="网页模板">网页模板</a>
</div>
</div>
</div>
</footer>
</body>
</html>