Countries

Albania

Bosnia and Herzegovina

Bulgaria

Croatia

Cyprus

Greece

Italy

Montenegro

North Macedonia

// Код для страницы результатов поиска function renderSearchResults() { const params = new URLSearchParams(window.location.search); const hotels = JSON.parse(decodeURIComponent(params.get('data') || '[]')); const resultContainer = document.createElement('div'); resultContainer.id = 'search-results'; hotels.forEach(hotel => { const hotelItem = document.createElement('div'); hotelItem.innerHTML = `
Цена: ${hotel.price} RUB
Местоположение: ${hotel.location_name}
`; resultContainer.appendChild(hotelItem); }); document.body.appendChild(resultContainer); } renderSearchResults();RESERVATION HOTLINE:
+1-222-34-56-789