Files
pathduck.github.io/test/login/index.html
T
2022-10-07 18:01:53 +02:00

17 lines
415 B
HTML
Executable File

<!DOCTYPE html>
<html>
<head>
<title>HTML Test Page</title>
</head>
<body>
<form name="LoginForm" action="success.html" method="get">
<p>User name:<br>
<input name="user" type="text" size="24" id="LoginFormUser"></p>
<p>Password:<br>
<input name="pwd" type="password" size="24"></p>
<p><input type="submit" value=" Submit ">
<input type="reset" value=" Reset "></p>
</form>
</body>
</html>