<html>
<head>
<script src="http://code.jquery.com/jquery.min.js"></script>
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet" type="text/css" />
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet" type="text/css" />
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap.js"></script>
<meta charset=utf-8 />
<title>JS Bin</title>
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Project name</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="span12">
<div class="centeredContent">
<h1>Bootstrap starter template</h1>
<p>Bacon ipsum dolor sit amet jerky boudin turducken, prosciutto pork fatback chuck biltong meatball pastrami short loin ground round ham hock. Jowl prosciutto filet mignon fatback jerky short ribs chuck pork shankle pancetta. Boudin short loin frankfurter ball tip brisket venison doner shankle spare ribs rump bacon hamburger pork belly filet mignon. Turducken pork belly corned beef ribeye meatball shankle pork loin pancetta bacon boudin rump cow jerky filet mignon jowl.</p>
<p>Biltong sausage tenderloin strip steak ham hock shank. Cow salami prosciutto corned beef jerky tenderloin flank ribeye short loin. Turducken boudin short loin prosciutto leberkas drumstick spare ribs flank turkey t-bone corned beef jowl. Venison meatloaf meatball turkey.</p>
<p>Doner chuck ribeye pork chop. Turducken bacon pancetta meatloaf. Andouille capicola shoulder drumstick pork pork chop short ribs ribeye tail. Beef shoulder t-bone tri-tip turkey prosciutto beef ribs. Hamburger flank ham brisket ham hock pork belly.</p>
<p>Shank t-bone filet mignon jerky. Capicola shoulder ribeye, pig short loin tongue frankfurter pancetta boudin strip steak. Tenderloin drumstick jowl turducken pancetta kielbasa, sirloin leberkas pork loin ham hock andouille bresaola ground round cow. Strip steak drumstick shank, tail capicola pork loin pastrami frankfurter jerky beef turkey hamburger bresaola tenderloin. Hamburger frankfurter kielbasa pork. Tri-tip turkey pancetta, meatball pastrami pork chop t-bone beef ribs biltong bresaola andouille ribeye corned beef venison jowl.</p>
<p>Ribeye beef ribs meatloaf, pork belly doner ham tail tenderloin capicola swine. Kielbasa beef spare ribs filet mignon cow. Pork belly venison jerky ball tip pork pig biltong hamburger. Venison pork loin rump turducken meatloaf shank swine, pancetta filet mignon. Tri-tip beef tongue strip steak.</p>
</div> <!-- /centeredContent -->
</div> <!-- /span12 -->
</body>
</html>
.centeredContent{
width: 90%;
margin: 0 auto;
}
Output
300px
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |