welcome_message.php
Go to the documentation of this file.00001 <html>
00002 <head>
00003 <title>Welcome to CodeIgniter</title>
00004
00005 <style type="text/css">
00006
00007 body {
00008 background-color: #fff;
00009 margin: 40px;
00010 font-family: Lucida Grande, Verdana, Sans-serif;
00011 font-size: 14px;
00012 color: #4F5155;
00013 }
00014
00015 a {
00016 color: #003399;
00017 background-color: transparent;
00018 font-weight: normal;
00019 }
00020
00021 h1 {
00022 color: #444;
00023 background-color: transparent;
00024 border-bottom: 1px solid #D0D0D0;
00025 font-size: 16px;
00026 font-weight: bold;
00027 margin: 24px 0 2px 0;
00028 padding: 5px 0 6px 0;
00029 }
00030
00031 code {
00032 font-family: Monaco, Verdana, Sans-serif;
00033 font-size: 12px;
00034 background-color: #f9f9f9;
00035 border: 1px solid #D0D0D0;
00036 color: #002166;
00037 display: block;
00038 margin: 14px 0 14px 0;
00039 padding: 12px 10px 12px 10px;
00040 }
00041
00042 </style>
00043 </head>
00044 <body>
00045
00046 <h1>Welcome to CodeIgniter!</h1>
00047
00048 <p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
00049
00050 <p>If you would like to edit this page you'll find it located at:</p>
00051 <code>system/application/views/welcome_message.php</code>
00052
00053 <p>The corresponding controller for this page is found at:</p>
00054 <code>system/application/controllers/welcome.php</code>
00055
00056 <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>
00057
00058
00059 <p><br />Page rendered in {elapsed_time} seconds</p>
00060
00061 </body>
00062 </html>