top of page
פעילות אימהות וקטנטנים בעיר העתיקה
פעילות אימהות וקטנטנים בעיר העתיקה

יום ג׳, 14 בפבר׳

|

בית חב"ד צפת

פעילות אימהות וקטנטנים בעיר העתיקה

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

מתי ואיפה

14 בפבר׳ 2023, 16:00 – 18:00

בית חב"ד צפת, Hatam Sofer St 28, Safed, Israel

פרטים

פעילות אמהות וקטנטנים בעיר העתיקה- אירוע פתיחה!

יום שלישי כג שבט- 14.2

בבית חבד בעיר פעילות אמהות וקטנטנים בעיר העתיקה- אירוע פתיחה!

יום שלישי כג שבט- 14.2 בין 16.00-18.00 אחה"צ

בבית חבד בעיר העתיקה סמטת חתם סופר 28.

*אירוע פתיחה- פעילות סיפורים קסמים קצב ובלונים*

שיתוף

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