Advertisement
Guest User

Untitled

a guest
Jul 9th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Πιστοποίηση</title>
  4. </head>
  5. <body>
  6. <style>
  7. body {background-color:pink}
  8. p {color:blue}
  9. </style>
  10.  
  11.  
  12. <DIV align="center">
  13. <h1>Πιστοποίηση</h1>
  14. </DIV>
  15. <h1>Σελίδα Login</h1>
  16. <form action="check.php" method="post">
  17. Username : <input type="text" name="user">
  18. <br>
  19. Password : <input type="password" name="psw">
  20. <br>
  21.  
  22. <input type="submit" value="Login">
  23. </form>
  24. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement