Advertisement
joaopaulofcc

Untitled

Feb 23rd, 2022
770
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.91 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head>
  5.       <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
  6.        rel="stylesheet"
  7.        integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
  8.        crossorigin="anonymous">
  9.   </head>
  10.  
  11.   <body>
  12.     <form class="form-inline">
  13.         <div class="form-group mb-2">
  14.           <label for="staticEmail2" class="sr-only">Email</label>
  15.           <input type="text" readonly class="form-control-plaintext" id="staticEmail2" value="email@exemplo.com">
  16.         </div>
  17.         <div class="form-group mx-sm-3 mb-2">
  18.           <label for="inputPassword2" class="sr-only">Senha</label>
  19.           <input type="password" class="form-control" id="inputPassword2" placeholder="Senha">
  20.         </div>
  21.         <button type="submit" class="btn btn-primary mb-2">Confirmar identidade</button>
  22.     </form>
  23.   </body>
  24.  
  25. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement