Welcome to Rapix's PHP framework!
Pages in this framework are loaded like this:

Http Request (User visits the page) --> Router loads the proper controller --> Controller does its business --> View file is displayed in the browser
Throw some caching and security classes in there and that completes the cycle!

Edit this page in system/app/views/intro_view.php

Getting Started Guide