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 class="flex-container-column">
    <header>
        header
    </header><!-- end header -->
    
    <section class="flex-item flex-container-row">
      
      <nav>
        <ul>
          <li><a href="#">navi-list</a></li>
          <li><a href="#">navi-list</a></li>
          <li><a href="#">navi-list</a></li>
          <li><a href="#">navi-list</a></li>
        </ul>
      </nav>
      
      <article class="flex-item">
        It´s not optimaized for FireFox
      </article>
      
      <aside>
        side content
      </aside>
      <div class="clear"></div>
    </section><!-- end section -->
    
    <footer>
      footer
    </footer><!-- end footer -->
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers