Advertisement
Guest User

Untitled

a guest
Feb 24th, 2020
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="it">
  3.     <head>
  4.         <title>Anonimity</title>
  5.         <meta charset="UTF-8">
  6.         <meta name="description" href="css/style.css" type="text/css">
  7.         <link rel="stylesheet" type="text/css" href="css/loginandregister.css">
  8.     </head>
  9.     <body>
  10.         <div id= "contents">
  11.             <div>
  12.                 <h1>Deep Web</h1>
  13.                 <hr class="rl">
  14.                 <form class="form-style-4" action="" method="post">
  15.                     <input type="email" placeholder="Email" name="field1" required="true" />
  16.                     <br>
  17.                     <br>
  18.                     <input type="password" placeholder="Password" name="field2" required="true"/>
  19.                     <label>
  20.                     <span></span><input type="submit" value="Member login" />
  21.                     </label>
  22.                 </form>
  23.                 <hr class="rl">
  24.             </div>
  25.         </div>
  26.     </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement