Guest User

Untitled

a guest
Jul 10th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html>
  4. <head>
  5. <title>Klang 0.3 Login</title>
  6. <link rel="stylesheet" type="text/css" href="/static/index.css" />
  7. </head>
  8.  
  9. <body>
  10. <div id="login_form">
  11. <form action="doLogin" method="post">
  12. <p>Welcome to Klang. Please enter your username and password.</p>
  13. <p>Username:</p>
  14. <input type="text" name="username" value=""
  15. size="10" maxlength="40"/>
  16. <p>Password:</p>
  17. <input type="password" name="password" value=""
  18. size="10" maxlength="40"/>
  19. <p><input type="submit" value="Login"/></p>
  20. </form>
  21. </div>
  22. </body>
  23.  
  24. </html>
Add Comment
Please, Sign In to add comment