Last active
March 27, 2016 21:54
-
-
Save nebil/ac21c3e2c3cd91a22d3d to your computer and use it in GitHub Desktop.
🔬 miding – a minimalistic siding
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>miding – a minimalistic siding</title> | |
</head> | |
<body> | |
<form method='post' action='https://intrawww.ing.puc.cl/siding/index.phtml'> | |
<input type='text' name='login' placeholder="usuario" autofocus></input> | |
<input type='password' name='passwd' placeholder="contraseña"></input> | |
<input type='submit' value="¡abracadabra!"></input> | |
</form> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment