top of page

מנות "טעם של בית" - השבוע

 

התפריט:

תבשיל עוף עם תפו"א, אורז וסלטים ביתיים

 

המחיר למנה: 20 ₪ בלבד!

 

איסוף: המנות יחכו לכם בבניין האקדמיה במקרר (קומה 2) 

ביום שלישי החל מהשעה 10:30

המנות יסומנו בשמכם האישי!

 

הכמות מוגבלת: רק 12 מנות זמינות השבוע - כל הקודם זוכה! 

 

 בעת התשלום חובה לציין שם מלא ומספר טלפון

 ניתן להזמין עד 2 מנות לאדם

 

"טעם של בית" - מיזם חברתי המחבר בין סבתות מבשלות לסטודנטים רעבים

תבשיל עוף עם תפו"א, אורז וסלטים ביתיים

20.00 ₪מחיר
0/500
כמות
    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);