-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
30 lines (28 loc) · 926 Bytes
/
contact.html
File metadata and controls
30 lines (28 loc) · 926 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title>County projects tracker</title>
<script src="http://localhost:8080/countymap/jquery-2.1.4.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://localhost:8080/countymap/style.css" type="text/css"></style>
</head>
<body>
<div id="container">
<div id="header">
<div id="logo"><a href="index.html"><img id="hblogo"src="images/homabaylogo.jpg" /></a></div>
<div id="apptitle"><h2 id="topic">County Projects Tracker</h2></div>
<div id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="statistics.html">Statistics</a></li>
<li><a href=" discboard.html">Discussion Board</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</div>
</div>
<div id="footer"></div>
</div>
</body>
</html>