mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-02-24 08:39:59 -05:00
13 lines
304 B
HTML
13 lines
304 B
HTML
![]() |
<html>
|
||
|
<head>
|
||
|
<title>Detect login form and use it</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<form action="/login-action" method="POST">
|
||
|
<input type="email" name="email" />
|
||
|
<input type="password" name="password" />
|
||
|
<input type="submit" name="login" value="login" />
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|