The purpose of this guide is to create a sample GIS web app based on HudWebFramework. ### 1. Copying and setting up application from base template Although it is not necessary the folder `base` can be used as a template to create your own Web app. The folder base contains three subfolders: `config`, `css`, and `images` as shown below:  > Note: this guide uses Windows environment and your own OS and file manager may vary. You can also create your own config, css and images subfolders and files inside each subfolder. Copy and paste base folder next to `Hud.Gis.Web` folder, which is the folder of HudWebFramework, then rename base to `Hud.Sample`. Next you need to create an `index.html` file inside the new Hud.Sample folder:  Open the index.html file with a text editor and copy&paste the code below to it: ```html
HUD Sample