Skip to content

Instantly share code, notes, and snippets.

@emrekizildas
Created March 19, 2019 16:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emrekizildas/dc9b61696142f4a07908ae8e50b8644d to your computer and use it in GitHub Desktop.
Save emrekizildas/dc9b61696142f4a07908ae8e50b8644d to your computer and use it in GitHub Desktop.
<div class="container" style="margin-top:50px;">
<div class="row">
<div class="col-md-4">
<button class="btn btn-success" id="kitaplariGetir">Kitapları Getir</button>
</div>
<div class="col-md-8">
<div id="getBooksArea">
<ul id="getBooks"></ul>
</div>
</div>
</div>
<hr />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment