Advertisement
buigianggsa

DangNhap

Mar 19th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5. <title>Đăng nhập</title>
  6. <script type="text/javascript" language="javascript">
  7. </script>
  8. </head>
  9. <body>
  10. <form action = "time.html" method = "post" name = "dangnhap">
  11.  Username :<input type = "text" name =" username" /> <br />
  12.  Password :<input type = "password" name = "password" /> <br />
  13.  <input type = "submit" value = "Đăng Nhập" name = "submit"/>
  14. </form>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement