
BUSSI TELLIMINE
Paindlikud lahendused igaks sõiduks
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<script>
const script = document.createElement('script');
script.src =
'https://cdn.mobifer.com/query-builder/index.js';
script.async = true;
script.defer = true;
script.onload = () => {
window.MobiferQueryBuilder.init({
partnerId: 'gobus_ee',
containerId: 'mobifer-container-id',
openSearchResultInNewTab: false,
locale: 'en'
});
};
document.head.appendChild(script);
</script>
</head>
<body>
<div id="mobifer-container-id"></div>
</body>
</html>