no-nav-landing-page.html
1 <!doctype html> 2 <html> 3 <head> 4 <style> 5 body { 6 margin: 0; 7 font-family: sans-serif; 8 } 9 main { 10 padding: 40px; 11 } 12 h1 { 13 font-size: 48px; 14 } 15 </style> 16 </head> 17 <body> 18 <main> 19 <h1>Transform Your Business</h1> 20 <p>Get started with our conversion optimization services today.</p> 21 <button>Contact Us</button> 22 </main> 23 </body> 24 </html>