Is there a way to load a specific sub-page into a div tag when the website is loading?
Here's an example of the div:
<div id="content-main">
</div>
I need to make sure that only a certain sub HTML document is loaded once the main index.html is loaded.