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>
    <div class='container'>
        <div class='sidebar1'>
            <ul class='nav'>
                <li><a href='#'>Home</a></li>
                <li><a href='#'>Courses</a></li>
                <li><a href='#'>Apply</a></li>
                <li><a href='#'>Home Schooling</a></li>
                <li><a href='#'>About Us</a></li>
                <li><a href='#'>Contact</a></li>
            </ul><!-- end .sidebar1 -->
        </div>
        <div class='content'>
            <p>Albert Einstein</p>
        </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers