Created
August 31, 2021 08:08
-
-
Save martinknor/26df3a3ec8a1604a47d4210e862cad77 to your computer and use it in GitHub Desktop.
previo
This file contains hidden or 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
<script type="text/javascript"> | |
var bookingEngineConfig = { | |
lang : 'cs', | |
currency : 'CZK', | |
theme : 'brown', | |
showTabs: 'cashCoupon' | |
} | |
window.addEventListener('load', function () { | |
var a=document.createElement("script");a.src="https://booking.previo.cz/loader/?hotId=750979";document.head.appendChild(a); | |
}); | |
</script> | |
<div id="previo-booking-engine" class="p-3" style="transform: translate(0px,-220px); z-index: 100; position: relative; margin-bottom: -300px;"> </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment