HTML Packager
Package HTML files for deployment. Paste raw HTML, drop a folder of files, upload individual files, or clean an existing zip β junk is stripped and the output zip is ready to deploy.
Select how you are providing the content to be packaged:
- Paste HTML - Paste your HTML directly into the box. For single-page HTML content only.
- Files / Folder - Select a folder or group of files from your computer to upload.
- Zip - Select a zip (compressed) file for this tool to clean up.
Paste your HTML into the box below. This must be a self-contained HTML page, and start and end with the HTML tag.
For folders and zip files this will be automatically detected.
You can overwrite this file name here to your chosen one instead.
File names will only contain lower case letters, numbers, and dashes.
Choose the extension for the downloaded package file:
- .zip - Clean, for uploading to places like Cloudflare for manual deployment of Pages or Worker projects.
- .html.zip - Required format for adding an HTML5 package to Showcase Packager.
Here you can see all the files that will be included in your package.
Some will be excluded by default, but you can choose to include them by toggling the switch to the right.
If there are some files or directories that are included that you want to exclude, you can toggle this with the icon to the right of the file or directory.
If all files are toggled for exclusion, you will not be able to download the package.
If your package does not include an index.html file at the root, you will be prompted to rename another found html file to index.html.