import datetime
# Set the date and time of the promotion end
promo_end = datetime.datetime(2023, 6, 19, 23, 59)
# Check if the current time is past the promotion end time
if datetime.datetime.now() > promo_end:
# Display the message and HTML snippet
print("Sorry our promotion is over. If you'd like to join our newsletter to be notified of news and all future promotions.")
html_snippet = ''
print(html_snippet)
Facebook
Twitter
LinkedIn
Email
WhatsApp
Facebook