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>
</head>
<body>
<div class="wrap">
        <ul id="tabs">
            <li id="defaultTab" class="tab default">
                    <span>+</span>
            </li>
        </ul><!--Tabs ul End-->
        <div id="defaultDiv" class="content default">
            
        </div>
        <!-- Popup Window -->
        <div id="popup" class="popup">
            
            <form class="form">
                <div class="popup__input--name">
                    <label for="name">Tab name:</label>
                    <input type="text" id="name" />
                </div>
                <div class="popup__input--note">
                    <label for="note">Note:</label>
                    <input type="text" id="note" />
                </div>
                <div id="ok">
                    <a href="#">OK</a>
                </div>
                 <div id="cancel">
                    <a href="#">Cancel</a>
                </div>
            </form>
        </div><!--Popup end-->
        <div id="popup__bgr">
            
        </div>
    </div><!--Wrap div End-->
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers