Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
  
  
<body>
<div class="thing" id="thing1">I react to sudden movement</div>
  <div class="thing" id="thing2">I react to orientation</div>
  <form onsubmit="return false;">
    <button onclick="myAcc.start()">Start</button>
    <button onclick="myAcc.stop()">Stop</button>
    <br><label>x<input id="x"></label>
    <br><label>y<input id="y"></label>
    <br><label>z<input id="z"></label>
  </form>
  
  </body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers