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>
</head>
<body>
  <header id="header">
    <nav class="nav">
      <ul id="menu">
        <li><a href="">Premier item</a></li>
        <li class="current-menu-item"><a href="">Deuxième item</a></li>
          <li><a href="">Troisième item</a></li>
          <li><a href="">Quatrième item</a></li>
      </ul>
    </nav>
  </header>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers