Integrated webserver

Happy New Year @shrenikec. Sorry for my late reply but was offline, too.

But you got it. A next step would be writing and HTML file, replace some contents with the ASP tags, rename it to .asp and link it with you index.html.

That is simple but would require refreshing the whole file to see a change of value. I prefer to store the ASP tags in *.asp files as JSON data and load them with fetch() (or XMLHttpRequest).