How to upload an HTML file
Publishing an HTML file on I LOVE HTML takes less than a minute.
Step by step
- Log in to your account.
- Click Upload file (or drag the
.htmlinto the upload area). - Choose the folder where it will live (optional).
- Set whether the file is public or private.
- Done! Copy the link and share it.
Three ways to publish
- Drag the
.htmlfile anywhere on the screen. - Paste the code straight into a box, no need to save a file.
- Upload a
.zippackage with CSS, JavaScript, images and fonts. The system finds theindex.htmland 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.