top of page
מסיבת יום האהבה
מסיבת יום האהבה

יום ה׳, 16 בפבר׳

|

פאב הסטודיו, דימונה

מסיבת יום האהבה

ההרשמה סגורה
אירועים אחרים

מתי ואיפה

16 בפבר׳ 2023, 21:00

פאב הסטודיו, דימונה, מרכז מסחרי 1 בית שיא, Dimona, 8601001, Israel

פרטים

הליין הסטודנטיאלי של תוצרת הארץ בא לעזור לכם למצוא אהבה בסופ״ש של אהבה בסטודיו

אז שנסו מותניים מתחו רגליים, הולך להיות בוער

הכוכבים על העמדה:

21:00 Nano - mainStream electric set

00:00 KAYBA (hypnodisk) - Acid techno set

02:00 HYPNO604 (MeshulashProject) - GOA retro set

שיתוף

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