Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="https://code.jquery.com/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://code.jquery.com/jquery-2.1.4.js"></script>
  <link rel="stylesheet" href="//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
  <meta charset="utf-8">
  <title>JS Bin</title>
</head>
<body>
  <div class="wrapper">
    <div class="container-fluid header">
      <div class="row">
        <div class="col-sm-2"></div>
        <div class="col-sm-8">
          <img src="http://users.humboldt.edu/tmiller/images/tree.png" alt="Tree icon" class="tree"><h1>HSU<span class="gray">Library</span></h1>
        </div>        
        <div class="col-sm-2"></div>
      </div>
    </div>
  <div class="container-fluid">
    <div class="row">
      <div class="col-md-2"></div>
      <div class="col-md-8 main">
        <div class="element">  
          <form action="" id="search">
            <label for="search">Search the Library</label>
            <input type="text">
            <button class="btn-default">
              <span class="ion ion-ios-search-strong"></span>
            </button>
          </form>
        </div>
      </div>
      <div class="col-md-2"></div>
    </div>
    </div>
    </div>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
sometimesmotionpro
0viewers