Upload promotions banner.html
Browse files- promotions banner.html +10 -0
promotions banner.html
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!-- Support Section - Adds instantly -->
|
| 2 |
+
<div style="background: linear-gradient(135deg, #FFD700, #FFA500); padding: 20px; border-radius: 15px; text-align: center; margin: 20px 0;">
|
| 3 |
+
<h3 style="color: #333;">☕ Support Free Software</h3>
|
| 4 |
+
<p style="color: #333;">This software is 100% free because of supporters like you!</p>
|
| 5 |
+
<div style="display: flex; gap: 10px; justify-content: center; flex-wrap: wrap;">
|
| 6 |
+
<a href="https://www.buymeacoffee.com/BahadurAli" target="_blank" style="background: white; padding: 10px 20px; border-radius: 25px; text-decoration: none; color: #333; font-weight: bold;">Buy Me a Coffee</a>
|
| 7 |
+
<a href="https://www.amazon.com/s?k=external+hard+drive&tag=YOURTAG-20" target="_blank" style="background: white; padding: 10px 20px; border-radius: 25px; text-decoration: none; color: #333; font-weight: bold;">Shop on Amazon</a>
|
| 8 |
+
</div>
|
| 9 |
+
<p style="color: #333; font-size: 12px; margin-top: 10px;">As an Amazon Associate I earn from qualifying purchases</p>
|
| 10 |
+
</div>
|