# Adding Pages ## Creating the Home Page After the project is created, the **index** page is generated by default. The following figure shows the project directory. **Figure 1** Project directory ![](figures/project-directory.png "project-directory") ## Creating Detail and History Pages Perform the following steps twice to create the rest two pages: 1. Right-click **pages** and choose **New** \> **JS Page** from the shortcut menu. **Figure 2** Adding a page ![](figures/adding-a-page.png "adding-a-page") 2. Enter the page name. **Figure 3** Entering the page name ![](figures/entering-the-page-name.png "entering-the-page-name") 3. Confirm the creation. The following figure shows the application project directory after the **detail** page and **history** page are created. Each page contains a **.hml** layout file, a **.css** file, and a **.js** file \(containing service logic code\). **Figure 4** Complete project directory ![](figures/complete-project-directory.png "complete-project-directory")