AI Media Machine - Lifetime Offer Standalone Page
This folder contains a standalone HTML version of the lifetime offer page that can be deployed independently to any web server.
Contents
index.html - The main lifetime offer page
images/ - Required images (30-day guarantee badge)
Features
- Fully self-contained HTML page
- Uses Tailwind CSS via CDN (no build process required)
- All styles embedded
- YouTube video embed
- Direct ClickBank payment links
- Mobile responsive
Deployment Instructions
Option 1: Simple FTP Upload
- Upload the entire
lifetime-offer-standalone folder to your server
- Access it at:
https://yourdomain.com/lifetime-offer-standalone/
Option 2: Deploy to Specific URL
- Rename the folder to match your desired URL path
- Upload to your server's public directory
- Example: If you want it at
/lifetime-special/, rename the folder to lifetime-special
Option 3: Root Domain Deployment
- Upload only the contents (not the folder itself) to your server's root directory
- The page will be accessible at your domain root
Important Notes
-
Images Path: The page references /images/30-day-money-back-guarantee.png. Make sure this path is correct based on where you deploy.
-
Links to Update (if needed):
- Privacy Policy: Currently points to
/privacy
- Terms of Service: Currently points to
/terms
- Contact: Currently points to
/contact
- Home: Currently points to
/
-
ClickBank Links: The page uses these ClickBank links:
- Buy buttons:
https://bluefx01.pay.clickbank.net/?cbitems=55&cbur=a
- No thanks:
https://bluefx01.pay.clickbank.net/?cbitems=55&cbur=d
-
Video: The YouTube video is embedded with ID: xTKejpKjZjo
Testing
Before going live:
- Test all buttons and links
- Verify the video plays correctly
- Check mobile responsiveness
- Ensure the guarantee image loads
Customization
To modify the page:
- Edit
index.html directly
- All styles use Tailwind CSS classes
- Custom styles are in the
<style> section
Server Requirements
- Any standard web server (Apache, Nginx, etc.)
- No special configuration needed
- No server-side processing required
- Works with static hosting (GitHub Pages, Netlify, etc.)