Guest User

index.php

a guest
Jun 16th, 2016
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.49 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="pl">
  3. <head>
  4.     <meta charset="utf-8" />
  5.     <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6.     <title>Osadnicy - gra przeglądarkowa</title>
  7. </head>
  8. <body>
  9.  
  10.     Tylko martwi ujrzeli koniec wojny - Platon<br /><br />
  11.  
  12.     <form action="login.php" method="post">
  13.  
  14.     Login:<br /><input type="text" name="login" /><br />
  15.     Hasło:<br /><input type="password" name="pass" /><br /><br />
  16.     <input type="submit" value="Zaloguj się">
  17.     </form>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment