top of page
בריוקי - המסיבה הכי שווה בצפת
בריוקי - המסיבה הכי שווה בצפת

יום ב׳, 23 בינו׳

|

לבנות ולהבנות

בריוקי - המסיבה הכי שווה בצפת

בריוקי - ערב בר&קריוקי בצפת

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

מתי ואיפה

23 בינו׳ 2023, 20:00 – 23:00

לבנות ולהבנות, Simtat Alkabetz 17, צפת, Israel

פרטים

המסיבה הכי שווה בעיר! 

"בריוקי" - בר&קריוקי

ניפגש, נתרגש, נשיר וננשנש

רשת הצעירים של צפת

מתי ואיפה? 

23 בינו' 20:00-23:00

לבנות ולהבנות סמטת אלקבץ 17 צפת

כרטיסים ללא עלות בהרשמה מראש

מהרו להירשם

שיתוף

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