Advertisement
Guest User

Untitled

a guest
Dec 15th, 2018
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Library </title>
  4. </head>
  5. <body style="background-color:#ADD8E6">
  6. <h1 style="text-align: center"> Login page of the System </h1>
  7. UserName: <input type="text" name="username"> <br> <br>
  8. Password: <input type="password" name="passw"><br>
  9. <input type="submit" value="Log in" >
  10. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement