Advertisement
doaw89t76g3bfi3wfw3a

VueHTML

Jan 19th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.53 KB | None | 0 0
  1. <ul class="pagination">
  2.    <li class="active blue"><a href="#">1</a></li>
  3.    <li class="waves-effect"><a href="http://example.com/path/api/all?&amp;p=2" data-ci-pagination-page="2">2</a></li>
  4.    <li class="waves-effect"><a href="http://example.com/path/api/all?&amp;p=3" data-ci-pagination-page="3">3</a></li>
  5.    <li><a href="http://example.com/path/api/all?&amp;p=2" data-ci-pagination-page="2" rel="next">Next</a></li>
  6.    <li><a href="http://example.com/path/api/all?&amp;p=2934" data-ci-pagination-page="2934">Last</a></li>
  7. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement