<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Welcome to CodeIgniter</title> </head> <body> <h1>Welcome to CodeIgniter!</h1> <?php // testing CodeIgniter // $CI = & get_instance(); // ?> </body> </html>