corporateblue/header.html
changeset 4 4c2378e11961
child 5 ae8a528bc0e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/corporateblue/header.html	Mon Dec 26 20:47:38 2011 +0100
@@ -0,0 +1,30 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<title>Project Management Demo</title>
+<meta name="keywords" content="project workflow" />
+<meta name="description" content="Project Management Demo/Presentation" />
+<link href="default.css" rel="stylesheet" type="text/css" />
+<link href="cuscosky.css" rel="stylesheet" type="text/css" />
+<style type="text/css">
+<!--
+	@import url("layout.css");
+-->
+</style>
+</head>
+<body>
+<div id="wrapper">
+	<div id="header">
+		<h1>Project Management</h1>
+		<h2>Presentation</h2>
+	</div>
+	<div id="main-menu">
+		<ul>
+			<li class="first"><a href="#" id="main-menu1" accesskey="1" title="">Home</a></li>
+			<li><a href="#" id="main-menu2" accesskey="2" title="">Users</a></li>
+			<li><a href="#" id="main-menu3" accesskey="3" title="">Projects</a></li>
+			<li><a href="#" id="main-menu4" accesskey="4" title="">About</a></li>
+		</ul>
+	</div>