-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
84 lines (83 loc) · 3.44 KB
/
Contact.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Contact</title>
<meta name="keywords" content="关键词1,关键词2,关键词3,关键词4,关键词5">
<meta name="description" content="但是发现的 方 奋斗的奋斗方大分子 知道地方肚子个 汉字库在">
<link href="css/common.css" rel="stylesheet" type="text/css">
<link href="css/Contact.css" rel="stylesheet" type="text/css">
<link href="a.ico" rel="shortcut icon" type="x/image-icon">
<script src="js/main.js" type="text/javascript"></script>
</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>GALLERY</li></a>
<a href="Blog.html"><li>BLOG</li></a>
<a href="Contact.html"><li class="text1">CONTACT</li></a>
</ul>
</div>
</div>
<!--头部 end-->
<!--中间-->
<div id="middle">
<ul>
<li>
<h1>Get In Touch</h1>
<input type="text" value="Name" class="text_xiao" onClick="text1(1,0)">
<input type="text" value="Email" class="text_xiao" onClick="text1(1,1)">
<textarea class="text_da" cols="350" rows="140" onClick="text1(2,0)">Messagge</textarea>
<input type="submit" value="Submit" class="submit1">
</li>
<li>
<h1>Address</h1>
<h4>湖北武汉阳光大道小吃一条街</h4>
<h4>门号130号,进门左拐即可</h4>
</li>
<li>
<h1>Find Us Here</h1>
<h4>Phone:12345678</h4>
<h4>Email:[email protected]</h4>
<h4>QQ:54565545</h4>
</li>
</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>