Skip to content

Instantly share code, notes, and snippets.

@stingh711
Created May 6, 2013 13:26
Show Gist options
  • Save stingh711/5525122 to your computer and use it in GitHub Desktop.
Save stingh711/5525122 to your computer and use it in GitHub Desktop.
bootstrap sample
<!DOCTYPE html>
<html>
<head>
<title>Index</title>
<link rel="stylesheet" href="./backup.css" type="text/css" media="screen" title="no title" charset="utf-8"/>
<style type="text/css">
</style>
</head>
<body>
<div class="navbar navbar-static-top navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="brand" href="#">EDC</a>
<p class="navbar-text pull-right">Welcome <a href="#">root</a></p>
<form class="navbar-form pull-right">
<input type="text" class="span2">
<button type="submit" class="btn">Search</button>
</form>
</div>
</div>
</div>
<div class="container">
<header class="jumbotron subhead">
<div class="subnav">
<ul class="nav nav-pills">
<li class="active"><a href="#">主页</a></li>
<li><a href="#about">研究</a></li>
<li><a href="#contact">研究对象</a></li>
<li><a href="#contact">管理</a></li>
</ul>
</div>
</header>
<ul class="breadcrumb">
<li><a href="#">Home</a></li>
</ul>
<section>
<div class="page-header">
<h3>Study Overview</h3>
</div>
<h4>Basic Information:</h4>
<table class="table table-bordered">
<thead>
<tr>
<th>Name</th>
<th>Owner</th>
<th>Brief Summary</th>
<th>Actions</th>
</tr>
</thead>
<tbody>
<tr>
<td>Default</td>
<td>Sting</td>
<td>default</td>
<td><i class="icon-edit"></i></td>
</tr>
</tbody>
</table>
<h4>Other Information:</h4>
</section>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment