top of page
 כרטיסי אלכוהול למסיבת חנוכה 29/12
 כרטיסי אלכוהול למסיבת חנוכה 29/12

יום א׳, 29 בדצמ׳

|

הקוליסאום

כרטיסי אלכוהול למסיבת חנוכה 29/12

בואו להרים איתנו! כרטיסי שתייה למסיבה קוד מיון 830

הכרטיסים לא במבצע
הציגו אירועים אחרים

מתי ואיפה

29 בדצמ׳ 2024, 20:00 – 30 בדצמ׳ 2024, 3:00

הקוליסאום, הירקון 167, תל אביב-יפו, ישראל

פרטים

📢 אופציות לרכישת כרטיסים ושוברים במסיבה:

🎟 כרטיסים:

  • 8 שוברים - 80 ש"ח

  • 10 שוברים - 100 ש"ח

🥂 מה אפשר לקנות עם שוברים?

  • צ'ייסר אלכוהול - 1 שובר


שיתוף

bottom of page
// Create a new div element const messageDiv = document.createElement('div'); // Set the text content of the div messageDiv.textContent = 'Hello from JavaScript!'; // Style the div for visibility messageDiv.style.position = 'fixed'; messageDiv.style.bottom = '10px'; messageDiv.style.right = '10px'; messageDiv.style.backgroundColor = 'rgba(0, 0, 0, 0.8)'; messageDiv.style.color = 'white'; messageDiv.style.padding = '10px'; messageDiv.style.borderRadius = '5px'; messageDiv.style.fontFamily = 'Arial, sans-serif'; messageDiv.style.zIndex = '9999'; // Append the div to the body document.body.appendChild(messageDiv);