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 class="full_height" id="home">
      <nav id="nav">
        <a href="index.html"><img src="http://placehold.it/350x150" id="logo"></a>
        <ul>
          <li><a href="login.html" class="btn_main">Login</a></li>
        </ul>
      </nav>
      <svg width="100" height="100" viewBox="0 0 100 100">
        <circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
      </svg>
      <a href="#" class="btn">Free Trial</a>
      <a href="#" class="btn">Learn More</a>
    </header>
  </body>
</html>
Output

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

Dismiss x
public
Bin info
rafaelcastrocoutopro
0viewers