PHP WebShell
Текущая директория: /var/www/bitcardoApp/auth
Просмотр файла: footer.php
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- jQuery -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Owl Carousel JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script>
function swapCurrencies() {
const currencyFrom = document.getElementById("currencyFrom");
const currencyTo = document.getElementById("currencyTo");
const amountFrom = document.getElementById("amountFrom");
const amountTo = document.getElementById("amountTo");
// Swap currencies
const tempCurrency = currencyFrom.value;
currencyFrom.value = currencyTo.value;
currencyTo.value = tempCurrency;
// Swap amounts (simple mock logic)
const tempAmount = amountFrom.value;
amountFrom.value = amountTo.value;
amountTo.value = tempAmount;
}
</script>
<script>
$(document).ready(function(){
$(".owl-carousel").owlCarousel({
loop: true, // Loop through items
margin: 10, // Space between cards
nav: true, // Show next/prev navigation
dots: false, // Disable dots navigation
autoplay: false, // Disable autoplay
responsive: {
0: {
items: 1.5, // Show 1.5 cards on mobile
},
600: {
items: 1.5, // Show 1.5 cards on small tablets
},
1000: {
items: 3.5, // Show 3.5 cards on desktop
}
}
});
});
</script>
</body>
</html>Выполнить команду
Для локальной разработки. Не используйте в интернете!