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>
  <nav class="navigation">
    <a href="http://google.com" class="active">
      <span class="upperArrowElement"></span>
      <span class="lowerArrowElement"></span>
      <span class="content">Getting Started</span>
    </a>
    <a href="http://amazon.com">
      <span class="upperArrowElement"></span>
      <span class="lowerArrowElement"></span>
      <span class="content">Sign Up</span>
    </a>
    <a href="http://www.yahoo.com">
      <span class="upperArrowElement"></span>
      <span class="lowerArrowElement"></span>
      <span class="content">Enjoy</span>
    </a>
  </nav>
</body>
</html>
Output

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

Dismiss x
public
Bin info
loiepro
0viewers