Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
  <style>
    .input{
      margin:50px 0 0 50px;
    }
    .h1{
      margin-left:50px;
    }
  </style>
</head>
<body>
  <input class='input' type='text'/>
  <h1 class='h1'></h1>
  <script src='https://unpkg.com/@reactivex/rxjs@5.5/dist/global/Rx.js'></script>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers