Advertisement
M00371202

PHP/Mysql courswork- login.php

Dec 17th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link REL="StyleSheet" TYPE="text/css" HREF="style.css">
  6.  
  7.  
  8. </head>
  9. <style>
  10. body
  11. {
  12. background-image:url('background-1.jpg');
  13. }
  14. </style>
  15.  
  16. <h1> Friba DropBox</h1>
  17.  
  18.  
  19. <div class="heading" align="centre" ><br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;***********LogIn*********** <br></div>
  20.  
  21.  
  22. <div class="hello">&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<br><br>
  23.  
  24.  
  25. <form id='login' action='check.php' method='post' >
  26.  
  27. <p>
  28. &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<label for='username' > Username &nbsp;&nbsp;&nbsp;&nbsp;</label>
  29. <input type='text' name='username' id='username' maxlength="50" />
  30. </p>
  31. <p>
  32. &nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;<label for='password' > Password&nbsp; &nbsp;&nbsp; </label>
  33. <input type='password' name='password' id='password' maxlength="50" />
  34. </p>
  35.  
  36.  
  37. <p>
  38. &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp; <input type='submit' name='Signin' value='Login' id="Signin" />
  39.  
  40. </p>
  41.  
  42. <p>&nbsp; </p>
  43. &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;<p>Not a member yet? <a href="Registration.php" class="style1">Register </a> </p>
  44. <p>&nbsp;</p>
  45.  
  46.  
  47.  
  48.  
  49. <div class="heading" align="centre" ><br>
  50. <div id="footer"> &nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;
  51.  
  52. Copyright © 2013 - Designed and Developed by:*** Friba Rawish ***
  53.  
  54. </div></div>
  55.  
  56.  
  57. </div> <!-- end of wrapper -->
  58. </div> <!-- end of wrapper_outer -->
  59.  
  60.  
  61.  
  62.  
  63.  
  64. </div>
  65. <div></div>
  66.  
  67. </body>
  68.  
  69.  
  70.  
  71.  
  72. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement