Render a Html page without active a tab in app?

Hi I am new to ionic framework i would like to build application using tabs so i downloaded tabs dummy app using ionic start app-name tabs then when i see the out put by default one tab is active i want any tab to be not active till i press any tab and i want to load a page before press any tab. Thanks in advance

When your app starts up it sets the tab page as the root page to show. You can set this to any page.