Advertisement
Guest User

Untitled

a guest
Jan 9th, 2019
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. <html>
  2.    <head>
  3.       <title>Tutorials Login</title>
  4.    </head>
  5.    <body>
  6.       <h2>Tutorials Login</h2>  
  7.       <form id="loginform" accept-charset="UTF-8" method="post" action="${url.context}/page/dologin">
  8.          Username: <input type="text" id="username" name="username" value="admin"/><br>
  9.          Password: <input type="password" id="password" name="password" value="admin"/><br>
  10.          <input type="submit" id="btn-login" />
  11.       </form>
  12.    </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement