Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
2.0.0
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
<html>
<head>
<title>Login form</title>
</head>
<body>
<form method="GET">
<input name="username">
<input name="password" type="password">
<input title="submit_btn" type="submit" value="Submit">
</form>
</body>
</html>