-
Notifications
You must be signed in to change notification settings - Fork 569
/
Copy pathcontact.html
61 lines (46 loc) · 928 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Contact Us</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/index.css">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<h1>Contact</h1>
<!-- Contactd Us Content
Contact Us
Get In Touch
Email Address
Enter Email
We'll never share your email with anyone else.
How many buildings do you need planned?
1-5
Provide a brief overview of your project needs:
I am a small business
I am a residential owner
I am a corporation
Submit
Where We Work
New York
123 Lane
Suite 100
Albany, NY 12345
202 555 0144
Florida
Ocean Drive
Suite 201
Orlando, FL 22345
502 555 0144
California
Mountain Street
Suite 105
San Diego, CA 22345
702 555 0144
-->
<script src="js/index.js"></script>
</body>
</html>