Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. div class="col-md-offset-3 col-md-6">
  2. <div class="panel panel-default">
  3. <div class="panel-heading">
  4. <h4>Witaj w panelu administracyjnym!</h4></div>
  5. <div class="panel-body">
  6. <from action="http://hardage.pl/panel/submit-result.php">
  7. <form class="form-horizontal">
  8. <fieldset>
  9. <div class="form-group">
  10. <div class="form-group">
  11. <label for="select" class="col-lg-2 control-label">Selects</label>
  12. <div class="col-lg-10">
  13. <select class="form-control" id="select">
  14. <option>1</option>
  15. <option>2</option>
  16. </select>
  17.  
  18. <button type="submit" class="btn btn-primary">Submit</button>
  19. </div>
  20. </div>
  21. </fieldset>
  22. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement