Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<div id="l-menu">
<%@ include page="menu.jsp" %>
// links in menu.jsp - main.jsp?page_name=contact.jsp
// main.jsp?page_name=faq.jsp
//etc
</div>
<div id="l-main">
// read the page_name property and include the page here
</div>