Advertisement
M00371202

Login corsework2

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