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 id="all">
        <img class="bg" src="resources/images/bg.jpg">
        <div id="logo">
            <img class="logo" src="resources/images/logo.png">
        </div>
        <div id="login">        
            <form action="actions.php?a=login" method="POST" id="login-form">
                <table> 
                    <tr>
                        <td><input type="text" id="username" placeholder="Correo electrónico"/></td>
                    </tr>
                    <tr>
                        <td><input type="password" id="pass" placeholder="Contraseña"/></td>
                    </tr>
                    <tr>
                        <td><input type="submit" name="Submit" value="Entrar"/></td>
                    </tr>
                </table>
            </form>
        </div>
    </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers