Guest User

Untitled

a guest
Feb 16th, 2016
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!-- saved from url=(0069)http://tutorial-webdesign.com/labs/jquery/php-jquery-login/index.html -->
  3. <html lang="en-US"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  4. <meta charset="UTF-8">
  5. <title>Login PHP</title>
  6. <meta name="description" content="Login PHP Ajax Jquery | Tutorial web design Indonesia">
  7. <meta name="keywords" content="ajax, jquery, login system, ajax login, jquery login, demo, tutorial, web design, web development">
  8. <link rel="stylesheet" href="./Login PHP_files/style.css">
  9. <link href="./Login PHP_files/css" rel="stylesheet" type="text/css">
  10. <script type="text/javascript" src="./Login PHP_files/jquery-1.7.min.js"></script>
  11. <script type="text/javascript">
  12.  
  13.  
  14. </script>
  15. </head>
  16. <body>
  17.  
  18.  
  19.  
  20. <div class="lg-container">
  21. <h1>Seja Bem Vindo!</h1>
  22. <form action="cadastrando.php" id="lg-form" name="loginform" method="post">
  23.  
  24. <div>
  25. <label for="username">Username:</label>
  26. <input type="text" name="username">
  27. </div>
  28.  
  29. <div>
  30. <label for="password">Password:</label>
  31. <input type="password" name="senha" ">
  32. </div>
  33.  
  34. <div>
  35. <button type="submit" id="entrar">Login</button>
  36. </div>
  37.  
  38. </form>
  39. <div id="message"></div>
  40. </div>
  41.  
  42.  
  43. </body></html>
Add Comment
Please, Sign In to add comment