csfeijo

Untitled

Jun 3rd, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. //- index.pug
  2. extends layout.pug
  3.  
  4. block content
  5.   br
  6.   .row
  7.     .col-md-4
  8.     .col-md-4
  9.       .panel.panel-default
  10.         .panel-heading.text-center LOGIN
  11.         .panel-body
  12.           form(action="/autentica",method="POST")
  13.             .form-group
  14.               input(type="text",name="usuario",placeholder="usuario",value="admin").form-control
  15.             .form-group
  16.               input(type="password",name="senha",placeholder="senha",value="abc").form-control
  17.             .form-group.text-center
  18.               button(type="submit").btn.btn-success ENTRAR
  19.     .col-md-4
Add Comment
Please, Sign In to add comment