login.html 361 B

12345678910
  1. <html><head><title>login.html</title></head>
  2. <body>
  3. <p>Please log in</p>
  4. <form name="details" method="post" action="/action/login">
  5. Username <input type="text" name="username" value=''><br/>
  6. Password <input type="password" name="password" value=''><br/>
  7. <input type="submit" name="submit" value="OK">
  8. </form>
  9. </body>
  10. </html>