Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
    <title> VALIDADOR </title>
    <meta charset="utf-8">
    <!--<link rel="stylesheet" type="text/css" href="css/reset.css">-->
    <link rel="stylesheet" href="css/estilo.css">
</head>
<body>
    <div id="container">
        <nav>
            <ul class="menu">
                <li>Cadastro</li>
                <li>Consultas</li>
            </ul>
        </nav>
        <section>
            <h1>Cadastro de usuário</h1>
            
        </section>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers