Skip to content

Instantly share code, notes, and snippets.

@nebil
Last active March 27, 2016 21:54
Show Gist options
  • Save nebil/ac21c3e2c3cd91a22d3d to your computer and use it in GitHub Desktop.
Save nebil/ac21c3e2c3cd91a22d3d to your computer and use it in GitHub Desktop.
🔬 miding – a minimalistic siding
<!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