-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
60 lines (59 loc) · 2.19 KB
/
contact.html
File metadata and controls
60 lines (59 loc) · 2.19 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
<!DOCTYPE HTML>
<!-- Website template by freewebsitetemplates.com -->
<html>
<head>
<meta charset="UTF-8">
<title>Contact - Zerotype Website Template</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<div id="header">
<div>
<div class="logo">
<a href="index.html"></a>
</div>
<ul id="navigation">
<li>
<a href="index.html">Home</a>
</li>
<li class="active">
<a href="contact.html"></a>
</li>
</ul>
</div>
</div>
<div id="contents">
<div class="section">
<h1>Contact</h1>
<p>
You can replace all this text with your own text. Want an easier solution for a Free Website? Head straight to Wix and immediately start customizing your website! Wix is an online website builder with a simple drag & drop interface, meaning you do the work online and instantly publish to the web. All Wix templates are fully customizable and free to use. Just pick one you like, click Edit, and enter the online editor.
</p>
<form action="index.html" method="post" class="message">
<input type="text" value="Name" onFocus="this.select();" onMouseOut="javascript:return false;"/>
<input type="text" value="Email" onFocus="this.select();" onMouseOut="javascript:return false;"/>
<input type="text" value="Subject" onFocus="this.select();" onMouseOut="javascript:return false;"/>
<textarea></textarea>
<input type="submit" value="Send"/>
</form>
</div>
<div class="section contact">
<p>
For Inquiries Please Call: <span>877-433-8137</span>
</p>
<p>
Or you can visit us at: <span>ZeroType<br> 250 Business ParK Angel Green, Sunville 109935</span>
</p>
</div>
</div>
<div id="footer">
<div class="clearfix">
<div id="connect">
<a href="http://freewebsitetemplates.com/go/facebook/" target="_blank" class="facebook"></a><a href="http://freewebsitetemplates.com/go/googleplus/" target="_blank" class="googleplus"></a><a href="http://freewebsitetemplates.com/go/twitter/" target="_blank" class="twitter"></a><a href="http://www.freewebsitetemplates.com/misc/contact/" target="_blank" class="tumbler"></a>
</div>
<p>
© 2023 Zerotype. All Rights Reserved.
</p>
</div>
</div>
</body>
</html>