buttons
This commit is contained in:
parent
4969f6ae47
commit
5b5cf90e74
1 changed files with 2 additions and 2 deletions
|
@ -127,9 +127,9 @@ img {
|
|||
<div id="gal4" class="gal"> </div>
|
||||
<div id="gal5" class="gal"> </div>
|
||||
</div>
|
||||
<button class="foot xnp" id="lgal">Předchozí</button>
|
||||
<button class="foot" id="lgal"><a clas="xnp">Předchozí</a></button>
|
||||
<p class="foot xnp" id="counter"> </p>
|
||||
<button class="foot xnp" id="rgal">Další</button>
|
||||
<button class="foot" id="rgal"><a clas="xnp">Další</a></button>
|
||||
</div>
|
||||
<script>
|
||||
let index = 0;
|
||||
|
|
Loading…
Reference in a new issue