Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
<!DOCTYPE html> <title>My Example</title> <!-- ================================================================== EMAIL APP DOWNLOAD FOOTER ================================================================== - Built for maximum compatibility in all major email clients. - Uses table-based layouts and inlined CSS. - Placeholder badges are used. These can be replaced with official assets. --> <table border="0" cellpadding="0" cellspacing="0" width="100%" role="presentation" style="background-color:#ffffff; border-top:1px solid #e0e0e0;"> <tr> <td align="center" style="padding:40px 20px;"> <!-- Main Container Table --> <table border="0" cellpadding="0" cellspacing="0" width="600" role="presentation" style="width:600px; max-width:600px;"> <!-- Call to Action Text --> <tr> <td align="center" style="padding-bottom:20px;"> <p style="margin:0; font-family: Arial, sans-serif; font-size:16px; line-height:22px; color:#333333; font-weight:bold;"> Get the full experience on our mobile app. </p> </td> </tr> <!-- Placeholder Badges (replace with the official badges as required) --> <tr> <td align="center"> <table border="0" cellpadding="0" cellspacing="0" role="presentation"> <tr> <td align="center" style="padding:0 5px;"> <a href="https://example.com/appstore" target="_blank"> <img src="https://placehold.co/135x40/000000/ffffff?text=App+Store" width="135" height="40" alt="Download on the App Store" style="width:135px; max-width:135px; height:40px; display:block; border:0; border-radius:6px;"> </a> </td> <td align="center" style="padding:0 5px;"> <a href="https://example.com/googleplay" target="_blank"> <img src="https://placehold.co/135x40/000000/ffffff?text=Google+Play" width="135" height="40" alt="Get it on Google Play" style="width:135px; max-width:135px; height:40px; display:block; border:0; border-radius:6px;"> </a> </td> </tr> </table> </td> </tr> <!-- Compliance Section --> <tr> <td align="center" style="font-family: Arial, sans-serif; font-size:12px; line-height:18px; color:#777777; padding-top:30px;"> <p style="margin:0 0 10px 0;"> © 2025 Your App Name, Inc. All rights reserved. </p> <p style="margin:0;"> 123 App Lane, Suite 100, Tech City, 12345 </p> <p style="margin:10px 0 0 0;"> <a href="https://example.com" target="_blank" style="color:#777777; text-decoration:underline;">Unsubscribe</a> </p> </td> </tr> </table> </td> </tr> </table>