corporateblue/header.html
changeset 4 4c2378e11961
child 5 ae8a528bc0e5
equal deleted inserted replaced
3:33bb8c82c0dc 4:4c2378e11961
       
     1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
       
     2 <html xmlns="http://www.w3.org/1999/xhtml">
       
     3 
       
     4 <head>
       
     5 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
       
     6 <title>Project Management Demo</title>
       
     7 <meta name="keywords" content="project workflow" />
       
     8 <meta name="description" content="Project Management Demo/Presentation" />
       
     9 <link href="default.css" rel="stylesheet" type="text/css" />
       
    10 <link href="cuscosky.css" rel="stylesheet" type="text/css" />
       
    11 <style type="text/css">
       
    12 <!--
       
    13 	@import url("layout.css");
       
    14 -->
       
    15 </style>
       
    16 </head>
       
    17 <body>
       
    18 <div id="wrapper">
       
    19 	<div id="header">
       
    20 		<h1>Project Management</h1>
       
    21 		<h2>Presentation</h2>
       
    22 	</div>
       
    23 	<div id="main-menu">
       
    24 		<ul>
       
    25 			<li class="first"><a href="#" id="main-menu1" accesskey="1" title="">Home</a></li>
       
    26 			<li><a href="#" id="main-menu2" accesskey="2" title="">Users</a></li>
       
    27 			<li><a href="#" id="main-menu3" accesskey="3" title="">Projects</a></li>
       
    28 			<li><a href="#" id="main-menu4" accesskey="4" title="">About</a></li>
       
    29 		</ul>
       
    30 	</div>