blob: 9003b9154741d0c2bc4f31e561e0e15b5c46fa71 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html lang='en'>
<body>
<form action='/login' method='post'>
<input type='password' name='secret' />
<input type='submit' name='button' value='Login' />
</form>
</body>
</html>
|