I want to make a simple local hosted html/js application (i.e. a set of html files), which allow:
- navigation through pages
- loading part of one page to another
Is it possible to make such an app without deploying local webserver?
UPD: I mean, how can I open C:\a.html and load from that file C:\b.html if all files are locally on my pc without running webserver?