View in codeigniter are just a user end data dispaly pages ,All manipulated data are forwarded to controller from models, after that conntroller passes the details to the view that displays the data to the user.

 The folder structure of the view are codeigniter/application/views.

  Usually views are dynamic pages which are php files, if  you are going to show just  static message ,better it will be html file