51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
		
		
			
		
	
	
			51 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
|  | <!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"> | ||
|  | <head> | ||
|  | 	<title>Easy front-end framework</title>	 | ||
|  | 	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />     | ||
|  | 	<meta name="keywords" content=""></meta> | ||
|  | 	<meta name="description" content=""></meta> | ||
|  | 	<meta http-equiv="imagetoolbar" content="no" /> | ||
|  | 	<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> | ||
|  |     <link rel="stylesheet" href="../stylesheets/easy.css" media="screen" /> | ||
|  |     <link rel="stylesheet" href="../stylesheets/easyprint.css" media="print" /> | ||
|  |     <script type="text/javascript" src="../javascripts/jquery.js"></script> | ||
|  |     <script type="text/javascript" src="../javascripts/easy.js"></script> | ||
|  |     <script type="text/javascript" src="../javascripts/application.js"></script> | ||
|  | </head> | ||
|  | <body> | ||
|  | 
 | ||
|  | <div id="container"> | ||
|  | 
 | ||
|  | 	<div id="header"> | ||
|  | 		 | ||
|  | 		<h1><a href="http://easyframework.com" title="click here to return to the homepage">Easy front-end framework</a></h1> | ||
|  | 		 | ||
|  | 		<ul id="nav"> | ||
|  | 			<li><a href="http://easyframework.com">Home</a></li> | ||
|  | 			<li><a href="#">Overview</a></li> | ||
|  | 			<li><a href="#">Documentation</a></li> | ||
|  | 			<li><a href="#">Demo</a></li> | ||
|  | 			<li><a href="#">Contact</a></li> | ||
|  | 		</ul> | ||
|  | 		 | ||
|  | 	</div> | ||
|  | 
 | ||
|  | 	<div class="content"> | ||
|  | 
 | ||
|  | 		<div class="main"></div> | ||
|  | 		 | ||
|  | 		<div class="secondary"></div>	 | ||
|  | 		 | ||
|  | 		<div class="tertiary"></div>		 | ||
|  | 	 | ||
|  | 	</div>	 | ||
|  | 	 | ||
|  | 	<div id="footer"> | ||
|  | 		<p>Made with <a href="http://easyframework.com">Easy</a></p> | ||
|  | 	</div> | ||
|  | 
 | ||
|  | </div> | ||
|  | 
 | ||
|  | </body> | ||
|  | </html> |