Guest User

Untitled

a guest
May 31st, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. <?php
  2. session_start();
  3. ?>
  4.  
  5. <!DOCTYPE html>
  6. <html>
  7.  
  8. <head>
  9. <link rel="stylesheet" type="text/css"
  10. href="style3.css">
  11. </head>
  12.  
  13.  
  14.  
  15. <body>
  16. <div id="content">
  17. <img src="survivor.png" width="400px"
  18. height="200px" >
  19. </div>
  20.  
  21. <form action="ergasia3.php" method="post">
  22.  
  23. Username:<br> <input type="text" name="username" required><br><br>
  24. Password:<br> <input type="password" name="password" required><br><br>
  25.  
  26.  
  27.  
  28. <button type="submit">LOGIN</button>
  29. </form>
  30.  
  31.  
  32.  
  33. <br><br><br><br><br>
  34. <a href="ergasia.html" class="button">Arxikh selida</a> <a href="ergasia.html" class="button">Aposyndesh</a>
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41. </body>
  42.  
  43.  
  44. </html>
Add Comment
Please, Sign In to add comment