How to upload an HTML file

Publishing an HTML file on I LOVE HTML takes less than a minute.

Step by step

  1. Log in to your account.
  2. Click Upload file (or drag the .html into the upload area).
  3. Choose the folder where it will live (optional).
  4. Set whether the file is public or private.
  5. Done! Copy the link and share it.

Three ways to publish

  1. Drag the .html file anywhere on the screen.
  2. Paste the code straight into a box, no need to save a file.
  3. Upload a .zip package with CSS, JavaScript, images and fonts. The system finds the index.html and serves everything with relative paths intact.

Supported formats

.html files with embedded CSS and JavaScript: like the ones Claude and other AIs usually generate, and, inside the package, images (PNG, JPG, SVG, WebP…), fonts (WOFF/WOFF2/TTF), video, audio and more.

Common issues

  • The file won't upload: check that the extension is .html.
  • The layout broke: make sure the CSS is inside the file itself. External resources need a link reachable on the internet.

Need more help? Reach out through the contact page.

← Back to Help Center