-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.php
More file actions
36 lines (33 loc) · 1.15 KB
/
contact.php
File metadata and controls
36 lines (33 loc) · 1.15 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>OLFM-Contact</title>
<?php include('header.php'); ?>
<!--navbar menu starts-->
<div id="d1">
<ul id="menu">
<li ><a tabindex="3" href="home.php">Home</a></li>
<li ><a tabindex="4" href="produce.php">Produce</a></li>
<li><a tabindex="5" href="about.php">About</a></li>
<li class="selected"><a tabindex="6" href="contact.php">Contact</a></li>
</ul>
</div>
<!--navbar menu ends-->
<div id="info">
</br><p>Welcome to Online Farmer's Market!</p>
<h4>Contact Us</h4></br></br>
<div id="info1">
<div id="contactp">
<img src="images/IMG_0457.jpg">
<ul>
<li class="glyphicon glyphicon-earphone"> (000)000-0000</li></br>
<li class="glyphicon glyphicon-envelope"> olfm@olfm.com</li>
</ul>
</div>
</div>
</br>
</br>
</br>
</div>
<?php include('footer.php'); ?>