Advertisement
Nikita051

Untitled

Aug 20th, 2021
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Registration</title>
  5.         <link rel="stylesheet" href="style.css">
  6.        
  7.     </head>
  8.     <body>
  9.         <h1 class = 'h1'>Authorization page</h1>
  10.         <form method="post" action="index.php">
  11.             <input name='login2' type="text" placeholder="Login"><br/>
  12.             <input name='pass3' type ="password" placeholder="Password"><br/>
  13.             <input type="submit" class ='sub'value="Log in">
  14.         </form>
  15.         <p class="p">Don't account-<a class="p,a" href="../../reg.php">Sign in</a></p>
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement