top of page
מסיבת סוף שנה🥳🕺💃🏻
מסיבת סוף שנה🥳🕺💃🏻

יום ה׳, 22 באוג׳

|

מטה תנועת תוצרת הארץ

מסיבת סוף שנה🥳🕺💃🏻

אתם מוכנים לזה??? בואו לחגוג איתנו סוף שנה כמו שרק בלוד יודעים! מה בתכנית? 🎤על העמדה DJ ROM OHANA 🍺 אלכוהול במחירים מוזלים ❄️ מצננים ברמה גבוהה 🪩 אווירה חשמל וריקודים עד שתיפלו מהרגליים אז תכינו את הרגליים כבר מעכשיו 🕺🏼💃🏻

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

מתי ואיפה

22 באוג׳ 2024, 21:00 – 23 באוג׳ 2024, 3:00

מטה תנועת תוצרת הארץ, החשמונאים 34, לוד, ישראל

שיתוף

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);