top of page
הרשמה לקופון 1+1 על הבירות בפאבליק לוד
הרשמה לקופון 1+1 על הבירות בפאבליק לוד

יום ה׳, 29 ביוני

|

פאבליק, חצר תוצרת הארץ

הרשמה לקופון 1+1 על הבירות בפאבליק לוד

!הזמינו קופון 1+1 על הבירות בערב ההשקה של הפאבליק

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

מתי ואיפה

29 ביוני 2023, 20:00 – 23:50

פאבליק, חצר תוצרת הארץ, החשמונאים 34, לוד, ישראל

פרטים

למזמיני הקופון תינתן הטבה 1+1 על הבירות בפאבליק  לתאריך 29.6.23

כרטיסים

  • קופון 1+1 על הבירות

    קופון לשימוש חד פעמי בזמן אירוע ההשקה 29.6.23

    ‏0.00 ‏₪

    המכירה הסתיימה

שיתוף

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