Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. ```
  2. <div class="panel panel-filled">
  3. <div class="panel-body">
  4. <p>
  5.  
  6. </p>
  7. <form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" class="form-register" role="form" id="loginform" novalidate>
  8. <?php require_once 'templates/message.php';?>
  9. <div class="row">
  10. <div class="form-group col-lg-6">
  11. <label>Key</label>
  12. <input type="" value="AST-000-000" id="key_token" class="form-control" name="key_token">
  13. <span class="help-block"></span>
  14. </div>
  15. </div>
  16. <div>
  17. <button class="btn btn-accent" type="submit" id="submit_btn" data-loading-text="Registrando....">Registro</button>
  18. </div>
  19. </form>
  20. </div>
  21. </div>```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement