HTMLShare
Back to projects
Manual publish
Project name
Source
Paste HTML
Upload HTML
Upload ZIP
HTML
1.0 KB
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <title>AI prototype</title> <style> body { margin: 0; font-family: Inter, system-ui, sans-serif; background: #f8fafc; color: #111827; } main { min-height: 100vh; display: grid; place-items: center; padding: 32px; } section { max-width: 720px; background: white; border: 1px solid #e5e7eb; border-radius: 16px; padding: 40px; } h1 { font-size: clamp(32px, 6vw, 64px); line-height: 1; margin: 0 0 16px; } p { color: #475569; font-size: 18px; line-height: 1.6; } button { border: 0; border-radius: 8px; background: #13A76B; color: white; padding: 12px 18px; font-weight: 700; } </style> </head> <body> <main> <section> <h1>Pricing page prototype</h1> <p>This is an AI-generated HTML page ready for preview and sharing.</p> <button>Start preview</button> </section> </main> </body> </html>
Checks
title found
viewport found
1.0 KB size ok
Preview
Publish manually