βοΈ Edit HTML Template
β Back to Templates
ποΈ View in New Tab
File:
newsletter_template.html
π HTML Editor
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Newsletter Template</title> <style> body { font-family: Arial, sans-serif; margin: 0; padding: 20px; background-color: #f5f5f5; } .container { max-width: 600px; margin: 0 auto; background: white; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.1); } .header { background: linear-gradient(135deg, #28a745, #20c997); color: white; padding: 30px 20px; text-align: center; } .header h1 { margin: 0; font-size: 28px; } .content { padding: 30px 20px; } .content h2 { color: #28a745; border-bottom: 2px solid #e9ecef; padding-bottom: 10px; } .highlight { background: #f8f9fa; padding: 20px; border-left: 4px solid #28a745; margin: 20px 0; border-radius: 4px; } .footer { background: #f8f9fa; padding: 20px; text-align: center; border-top: 1px solid #e9ecef; font-size: 14px; color: #6c757d; } .footer a { color: #28a745; text-decoration: none; } ul { padding-left: 20px; } li { margin-bottom: 8px; } </style> </head> <body> <div class="container"> <div class="header"> <h1>π° Prosafe Automation Newsletter</h1> <p>Monthly Updates & Industry Insights</p> </div> <div class="content"> <h2>Hello!</h2> <p>We hope this message finds you well. Here are the latest updates from Prosafe Automation:</p> <div class="highlight"> <h3>π Latest News</h3> <ul> <li>New product launches and innovations</li> <li>Industry insights and automation trends</li> <li>Company updates and announcements</li> <li>Success stories from our clients</li> </ul> </div> <h2>π§ Featured Solutions</h2> <p>Discover our latest automation technologies designed to enhance your manufacturing processes and improve operational efficiency.</p> <h2>π Industry Trends</h2> <p>Stay ahead of the curve with insights into the latest developments in industrial automation and smart manufacturing.</p> <div class="highlight"> <h3>π Get In Touch</h3> <p>Have questions about our solutions? Our expert team is here to help!</p> <p><strong>Email:</strong> sales@prosafeautomation.com<br> <strong>Phone:</strong> +91 96502 55003</p> </div> <p>Thank you for your continued partnership with Prosafe Automation.</p> </div> <div class="footer"> <p><strong>Best regards,</strong><br> <strong>Prosafe Automation Team</strong><br> <em>Work Together, Grow Togetherβ¦</em></p> <p>Visit us: <a href="https://www.prosafeautomation.com">www.prosafeautomation.com</a></p> <p>© 2025 Prosafe Automation. All rights reserved.</p> </div> </div> </body> </html>
ποΈ Live Preview
π Refresh
πΎ Save Template
β Cancel