Advertisement
Guest User

Untitled

a guest
May 21st, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.55 KB | None | 0 0
  1. <?php
  2. session_start();
  3. ?>
  4.  
  5. <!doctype html>
  6. <html lang="ru">
  7. <head>
  8.     <meta charset="UTF-8">
  9.     <meta name="viewport"
  10.           content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  11.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  12.     <title>Document</title>
  13. </head>
  14. <body>
  15.  
  16. <form action="/gb.php" method="post">
  17.     Login<input type="text" name="login">
  18.     Pass<input type="password" name="password">
  19.     <button type="submit">Давай</button>
  20. </form>
  21.  
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement