| <title>Welcome to Code Igniter</title> |
| font-family: Lucida Grande, Verdana, Sans-serif; |
| background-color: transparent; |
| background-color: transparent; |
| border-bottom: 1px solid #D0D0D0; |
| font-family: Monaco, Verdana, Sans-serif; |
| background-color: #f9f9f9; |
| border: 1px solid #D0D0D0; |
| padding: 12px 10px 12px 10px; |
| <h1>Welcome to Code Igniter!</h1> |
| <p>The page you are looking at is being generated dynamically by Code Igniter.</p> |
| <p>If you would like to edit this page you'll find it located at:</p> |
| <code>system/application/views/welcome_message.php</code> |
| <p>The corresponding controller for this page is found at:</p> |
| <code>system/application/controllers/welcome.php</code> |
| <p>If you are exploring Code Igniter for the very first time, you should start by reading the <a href="user_guide/">User Guide</a>.</p> |
| <p><br />Page rendered in {elapsed_time} seconds</p> |