This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
73 lines (48 loc) · 2.1 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>GONZO</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<!--==============================Mian Wrapper starts=============================-->
<div class="wrapper">
<!--========================Header Starts======================================-->
<div class="header">
<div class="logo">
<h1><a href="#">GONZO</a></h1>
</div>
</div>
<!--==========================Header Ends======================================-->
<!--==============================Navigatin starts=============================-->
<div class="navigation">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="picture.html">PICTURES</a></li>
<li class="bdr"><a class="pdg active" href="contact.html">CONTACT</a></li>
</ul>
</div>
<!--==============================Navigatin Ends=============================-->
<div class="content">
<h1>Contact Us</h1>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d387144.00758342224!2d-73.9780035!3d40.70563080000002!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89c24fa5d33f083b%3A0xc80b8f06e177fe62!2sNew+York%2C+NY!5e0!3m2!1sen!2s!4v1403392215314" width="100%" height="300" frameborder="0" style="border:0"></iframe>
<div class="form">
<form action="" method="post">
<input type="text" value="" name="" placeholder="Name"/>
<input type="Email" value="" name="" placeholder="Email"/>
<textarea placeholder="Message"></textarea>
<input type="submit" value="SEND" />
</form>
</div>
</div>
<!--==============================Footer Starts==============================-->
<div class="footer">
<p>© 2014 by XYZ </p>
<!--==============================Footer Ends==============================-->
</div>
<!--==============================Mian Wrapper Ends=============================-->
</div>
</body>
</html>