This repository has been archived on 2024-12-11. You can view files and clone it, but cannot push or open issues or pull requests.
Nikiroy78.github.io/fl_dir/main-mobile/index.html
2023-10-15 16:42:02 +03:00

19 lines
1.4 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<center>
<div class="centered-el"></div>
<!-- <h1>It's all worked!</h1> -->
<div id="alt-carousel-viewer">
<h5 style="color: white;">Добро пожаловать на мой ресурс</h5><p style="color: white;">Это официальный ресурс FullGreaM.</p><button onclick="fl.go('/contacts');" type="button" class="btn btn-outline-light">Мои контакты</button>
</div>
<div id="main-window-alt" class="carousel main-window-alt">
<!-- <button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev" id="alt-main-prev" onclick="setAltMenuPage(altMenuSelectedPage - 1)"> -->
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="prev" id="alt-main-prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Предыдущий</span>
</button>
<!-- <button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next" id="alt-main-next" onclick="setAltMenuPage(altMenuSelectedPage + 1)"> -->
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleDark" data-bs-slide="next" id="alt-main-next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Предыдущий</span>
</button>
</div>
</center>