Advertisement
Guest User

Untitled

a guest
Oct 24th, 2014
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.36 KB | None | 0 0
  1. <div class="container">
  2.     <h1>Search for an Artist</h1>
  3.     <form id="search-form" name="search-form" role="form" method="post">
  4.         <input name="query" type="text" id="query" value="" class="form-control" />
  5.         <input type="button" id="search-form-button" class="btn btn-primary" value="Search" />
  6.     </form>
  7.     <div id="results"></div>
  8. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement