I have some html, javascript, and CSS files, I want to download into one file to create a website, so basically when someone clicks on that file they see the output of the website, how would I do that?
jpg
May 8, 2023, 2:46am
2
i think mhtml can do that
MHTML, an initialism of "MIME encapsulation of aggregate HTML documents", is a Web archive file format used to combine, in a single computer file, the HTML code and its companion resources (such as images) that are represented by external hyperlinks in the web page's HTML code. The content of an MHTML file is encoded using the same techniques that were first developed for HTML email messages, using the MIME content type multipart/related. MHTML files use an .mhtml or .mht filename extension.
The...
also webpack and rollup
webpack wikipedia
webpack official website
webpack github
rollup official website
rollup github
1 Like