mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
20 lines
615 B
HTML
Executable File
20 lines
615 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Test Page</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<link rel="icon" href="../favicon.ico" sizes="32x32">
|
|
<link rel="stylesheet" type="text/css" media="screen, projection" href="style.css">
|
|
</head>
|
|
<body>
|
|
<form name="LoginForm" action="test-login-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>
|