Created
July 30, 2017 10:45
-
-
Save iamarsenibragimov/c6adeca579a69bc7f1e2b196411c19fb to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="pagination" class="clr"> | |
<ul class="pagination"> | |
<li class="disabled"><span>«</span></li> | |
<li class="active"><span>1</span></li> | |
<li><a href="http://nstgrmtr.ru?page=2">2</a></li> | |
<li><a href="http://nstgrmtr.ru?page=3">3</a></li> | |
<li><a href="http://nstgrmtr.ru?page=4">4</a></li> | |
<li><a href="http://nstgrmtr.ru?page=5">5</a></li> | |
<li><a href="http://nstgrmtr.ru?page=2" rel="next">»</a></li> | |
</ul> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment