mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-02 14:24:19 +01:00
81 lines
2.8 KiB
HTML
81 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Bootstrap, from Twitter</title>
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
|
|
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
|
|
<!--[if lt IE 9]>
|
|
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
|
<![endif]-->
|
|
|
|
<!-- Le styles -->
|
|
<link href="../bootstrap-1.0.0.css" rel="stylesheet">
|
|
<link href="assets/css/docs.css" rel="stylesheet">
|
|
|
|
<!-- Le javascript -->
|
|
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
|
|
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
|
|
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">
|
|
<script src="assets/js/google-code-prettify/prettify.js"></script>
|
|
<script src="assets/js/application.js"></script>
|
|
|
|
<!-- Le fav and touch icons -->
|
|
<link rel="shortcut icon" href="images/favicon.ico">
|
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
|
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
|
|
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="topbar">
|
|
<div class="container-fluid">
|
|
<h3><a href="#">Project name</a></h3>
|
|
<ul>
|
|
<li class="active"><a href="#">Home</a></li>
|
|
<li><a href="#grid-system">About</a></li>
|
|
<li><a href="#layouts">Contact</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container-fluid">
|
|
|
|
<!-- Sidebar for navigation and secondary content -->
|
|
<div class="sidebar">
|
|
<nav class="well">
|
|
<ul>
|
|
<li><a href="#">Home</a></li>
|
|
<li><a href="#">About</a></li>
|
|
<li><a href="#">Contact</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div> <!-- /sidebar -->
|
|
<div class="content">
|
|
<!-- Main hero unit for a primary marketing message or call to action -->
|
|
<div class="hero-unit">
|
|
<h1>Fluid page template</h1>
|
|
<p>Vestibulum id ligula porta felis euismod semper. Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit.</p>
|
|
<p><a class="btn btn-large">Learn more »</a></p>
|
|
</div>
|
|
<!-- Example row of columns -->
|
|
<div class="row">
|
|
<div class="span6">
|
|
<h2>Heading</h2>
|
|
</div>
|
|
<div class="span5">
|
|
<h2>Heading</h2>
|
|
</div>
|
|
<div class="span5">
|
|
<h2>Heading</h2>
|
|
</div>
|
|
</div>
|
|
</div> <!-- /content -->
|
|
|
|
</div> <!-- /container -->
|
|
|
|
</body>
|
|
</html> |