5 <title>Welcome to CodeIgniter</title>
7 <style type="text/css">
10 background-color: #fff;
12 font-family: Lucida Grande, Verdana, Sans-serif;
19 background-color: transparent;
25 background-color: transparent;
26 border-bottom: 1px solid #D0D0D0;
34 font-family: Monaco, Verdana, Sans-serif;
36 background-color: #f9f9f9;
37 border: 1px solid #D0D0D0;
40 margin: 14px 0 14px 0;
41 padding: 12px 10px 12px 10px;
48 <h1>Welcome to CodeIgniter!</h1>
50 <p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
52 <p>If you would like to edit this page you'll find it located at:</p>
53 <code>application/views/welcome_message.php</code>
55 <p>The corresponding controller for this page is found at:</p>
56 <code>application/controllers/welcome.php</code>
58 <p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p>
61 <p><br />Page rendered in {elapsed_time} seconds</p>