<html lang="en">
<head>
<meta charset="utf-8">
<title>Bootstrap Version2.0 inline form layout example</title>
<meta name="description" content="Bootstrap Version2.0 inline form layout example from ziqiangxuetang.com.">
<link href="/try/bootstrap/twitter-bootstrap-v2/docs/assets/css/bootstrap.css" rel="stylesheet">
</head>
<body>
<form class="well form-inline">
<input type="text" class="input-small" placeholder="Email">
<input type="password" class="input-small" placeholder="Password">
<label class="checkbox">
<input type="checkbox"> Remember me
</label>
<button type="submit" class="btn">Sign in</button>
</form>
</body>
</html>