100 lines
		
	
	
	
		
			3.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
		
		
			
		
	
	
			100 lines
		
	
	
	
		
			3.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
|   | <!DOCTYPE html> | ||
|  | <html lang="en"> | ||
|  |   <head> | ||
|  |     <meta charset="utf-8"> | ||
|  |     <title>Bootstrap, from Twitter</title> | ||
|  |     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|  |     <meta name="description" content=""> | ||
|  |     <meta name="author" content=""> | ||
|  | 
 | ||
|  |     <!-- Le styles --> | ||
|  |     <link href="../assets/css/bootstrap.css" rel="stylesheet"> | ||
|  |     <style> | ||
|  |       body { | ||
|  |         background: #282828; | ||
|  |         background: #36393B; | ||
|  |       } | ||
|  |       div.main { | ||
|  |         background: #494A4A; | ||
|  |       } | ||
|  |       header { | ||
|  |         color: #EAEDF0; | ||
|  |         color: #EEE6AB; | ||
|  |         margin-bottom: 1em; | ||
|  |       } | ||
|  |       h2 { | ||
|  |         margin-bottom: .2em; | ||
|  |       } | ||
|  |       article { | ||
|  |         margin-bottom: 2em; | ||
|  |       } | ||
|  |     </style> | ||
|  |     <link href="../assets/css/bootstrap-responsive.css" rel="stylesheet"> | ||
|  | 
 | ||
|  |     <!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
|  |     <!--[if lt IE 9]>
 | ||
|  |       <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||
|  |     <![endif]--> | ||
|  | 
 | ||
|  |     <!-- Le fav and touch icons --> | ||
|  |     <link rel="shortcut icon" href="../assets/ico/favicon.ico"> | ||
|  |     <link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png"> | ||
|  |     <link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png"> | ||
|  |     <link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png"> | ||
|  |   </head> | ||
|  | 
 | ||
|  |   <body> | ||
|  |     <div class="container"> | ||
|  |       <header> | ||
|  |         <h1>httpants</h1> | ||
|  |       </header> | ||
|  |     </div> | ||
|  | 
 | ||
|  |     <div class="container main"> | ||
|  | 
 | ||
|  |       <div class="row"> | ||
|  |         <div class="span8"> | ||
|  |           <article> | ||
|  |             <h2>Article Title and Then Some</h2> | ||
|  |             <h3 class="lede"> | ||
|  |               Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
|  |             </h3> | ||
|  |           </article> | ||
|  |           <article> | ||
|  |             <h2>Article Title and Then Some</h2> | ||
|  |             <h3 class="lede"> | ||
|  |               Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
|  |             </h3> | ||
|  |           </article> | ||
|  |           <article> | ||
|  |             <h2>Article Title and Then Some</h2> | ||
|  |             <h3 class="lede"> | ||
|  |               Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. | ||
|  |             </h3> | ||
|  |           </article> | ||
|  |         </div> | ||
|  |         <div class="span4"></div> | ||
|  |       </div> | ||
|  | 
 | ||
|  |     </div> <!-- /container --> | ||
|  | 
 | ||
|  |     <!-- Le javascript
 | ||
|  |     ================================================== --> | ||
|  |     <!-- Placed at the end of the document so the pages load faster --> | ||
|  |     <script src="../assets/js/jquery.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-transition.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-alert.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-modal.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-dropdown.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-scrollspy.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-tab.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-tooltip.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-popover.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-button.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-collapse.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-carousel.js"></script> | ||
|  |     <script src="../assets/js/bootstrap-typeahead.js"></script> | ||
|  | 
 | ||
|  |   </body> | ||
|  | </html> |