So first, you cannot save the html of any website like this. A lot of websites generate the content you'r browsing dynamically via a backend. Others will query APIs that will only answer to their domain (CORS).
What I'm saying is that a dapp can be contained into your .html and query the different APIs or the Ethereum network via your own clients/nodes.
What I'm saying is that a dapp can be contained into your .html and query the different APIs or the Ethereum network via your own clients/nodes.