views/welcome_message.php
changeset 0 3773f4677c40
equal deleted inserted replaced
-1:000000000000 0:3773f4677c40
       
     1 <html>
       
     2 <head>
       
     3 <title>Welcome to CodeIgniter</title>
       
     4 
       
     5 <style type="text/css">
       
     6 
       
     7 body {
       
     8  background-color: #fff;
       
     9  margin: 40px;
       
    10  font-family: Lucida Grande, Verdana, Sans-serif;
       
    11  font-size: 14px;
       
    12  color: #4F5155;
       
    13 }
       
    14 
       
    15 a {
       
    16  color: #003399;
       
    17  background-color: transparent;
       
    18  font-weight: normal;
       
    19 }
       
    20 
       
    21 h1 {
       
    22  color: #444;
       
    23  background-color: transparent;
       
    24  border-bottom: 1px solid #D0D0D0;
       
    25  font-size: 16px;
       
    26  font-weight: bold;
       
    27  margin: 24px 0 2px 0;
       
    28  padding: 5px 0 6px 0;
       
    29 }
       
    30 
       
    31 code {
       
    32  font-family: Monaco, Verdana, Sans-serif;
       
    33  font-size: 12px;
       
    34  background-color: #f9f9f9;
       
    35  border: 1px solid #D0D0D0;
       
    36  color: #002166;
       
    37  display: block;
       
    38  margin: 14px 0 14px 0;
       
    39  padding: 12px 10px 12px 10px;
       
    40 }
       
    41 
       
    42 </style>
       
    43 </head>
       
    44 <body>
       
    45 
       
    46 <h1>Welcome to CodeIgniter!</h1>
       
    47 
       
    48 <p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
       
    49 
       
    50 <p>If you would like to edit this page you'll find it located at:</p>
       
    51 <code>system/application/views/welcome_message.php</code>
       
    52 
       
    53 <p>The corresponding controller for this page is found at:</p>
       
    54 <code>system/application/controllers/welcome.php</code>
       
    55 
       
    56 <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>
       
    57 
       
    58 
       
    59 <p><br />Page rendered in {elapsed_time} seconds</p>
       
    60 
       
    61 </body>
       
    62 </html>