Advertisement
Guest User

pagina

a guest
Feb 17th, 2020
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <html lang="it">
  4.     <head>
  5.         <meta charset="UTF-8">
  6.         <link rel="stylesheet" href="styles.css">
  7.         <title>Home</title>
  8.     </head>
  9.     <body>
  10.         <div class="title">
  11.             <h1>Login</h1>
  12.         </div>
  13.         <p>Fai il login per accedere al sito.</p>
  14.        
  15.  
  16.         <form method="post" action="/postPage.php">
  17.             <label for="user">User: </label><input type="text" id="user" name="user"><br><br>
  18.             <label for="password">Password: </label><input type="password" id="password" name="password"><br><br>
  19.             <input type="submit" value="Submit">
  20.         </form>
  21.     </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement