Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
    <div class="wrap">
        <!-- Block Header -->
        <header class="page-header">
            <nav class="navigation">
                <ul>
                    <li><a href="#">home</a></li>
                    <li><a href="#">portfolio</a></li>
                    <li><a href="#">about me</a></li>
                    <li><a href="#">contact</a></li>
                </ul>
            </nav>
        </header>
        <!-- Block Content -->
        <div class="page-content">
            <div class="content">
                <p>Block Content</p>
            </div>
        </div>
        <!-- Block Footer -->
        <footer class="page-footer">
            <div class="content">
                <p>Block Footer</p>
            </div>
        </footer>
    </div>
</body>
</html>
Output

This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account

Dismiss x
public
Bin info
anonymouspro
0viewers