-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathheader.html
45 lines (31 loc) · 1.21 KB
/
header.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
<!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">
<!--
Copyright: Darren Hester 2006, http://www.designsbydarren.com
License: Released Under the "Creative Commons License",
http://creativecommons.org/licenses/by-nc/2.5/
-->
<head>
<!-- Meta Data -->
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="Short description of your site here." />
<meta name="keywords" content="keywords, go, here, seperated, by, commas" />
<!-- Site Title -->
<title>Coastal Valley Lines, Sonoma County, CA</title>
<!-- Link to Style External Sheet -->
<link href="css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div id="page_wrapper">
<div id="header_wrapper">
<div id="header">
<h1>Coastal<font color="#FFDF8C"> Valley Lines</font></h1>
<h2>Sonoma County, CA</h2>
</div>
<div id="navcontainer">
<ul id="navlist">
<li id="active"> <a href="index.shtml" id="home">Home Page</a></li>
<li><a href="pictures.shtml">Pictures</a></li>
</ul>
</div>
</div>