Advertisement
Nikita051

Untitled

Nov 10th, 2022
1,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Autorization</title>
  5.         <link rel="stylesheet" href="auto.css">
  6.     </head>
  7.     <body>
  8.         <h1 class="h1">Autorization!</h1>
  9.         <form action="" method="post">
  10.             <input class = "input_txt" name="login" placeholder="Login"></br>
  11.             <input class = "input_txt" name="password" placeholder="Password"></body></html></br>
  12.             <input type="submit">
  13.         </form>
  14.         <a href="/registration">registration</a></br>
  15.     </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement