corporateblue/header.html
author Tomas Zeman <tzeman@volny.cz>
Tue, 27 Dec 2011 16:49:24 +0100
changeset 15 c10b38c37cf4
parent 5 ae8a528bc0e5
child 16 1f26258112b0
permissions -rw-r--r--
header: removed spurious ^M

<!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>
<link rel="stylesheet" href="blueprint/grid.css" type="text/css" media="screen, projection">
</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="project.html" id="main-menu3" accesskey="3" title="Projects">Projects</a></li>
			<li><a href="#" id="main-menu4" accesskey="4" title="">About</a></li>
		</ul>
	</div>