Greg Aker | 3a56398 | 2010-11-18 18:43:03 -0600 | [diff] [blame] | 1 | <!DOCTYPE html> |
| 2 | <html lang="en"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 3 | <head> |
Greg Aker | 3a56398 | 2010-11-18 18:43:03 -0600 | [diff] [blame] | 4 | <meta charset="utf-8"> |
| 5 | <title>Welcome to CodeIgniter</title> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 6 | |
| 7 | <style type="text/css"> |
| 8 | |
| 9 | body { |
| 10 | background-color: #fff; |
| 11 | margin: 40px; |
| 12 | font-family: Lucida Grande, Verdana, Sans-serif; |
| 13 | font-size: 14px; |
| 14 | color: #4F5155; |
| 15 | } |
| 16 | |
| 17 | a { |
| 18 | color: #003399; |
| 19 | background-color: transparent; |
| 20 | font-weight: normal; |
| 21 | } |
| 22 | |
| 23 | h1 { |
| 24 | color: #444; |
| 25 | background-color: transparent; |
| 26 | border-bottom: 1px solid #D0D0D0; |
| 27 | font-size: 16px; |
| 28 | font-weight: bold; |
| 29 | margin: 24px 0 2px 0; |
| 30 | padding: 5px 0 6px 0; |
| 31 | } |
| 32 | |
| 33 | code { |
| 34 | font-family: Monaco, Verdana, Sans-serif; |
| 35 | font-size: 12px; |
| 36 | background-color: #f9f9f9; |
| 37 | border: 1px solid #D0D0D0; |
| 38 | color: #002166; |
| 39 | display: block; |
| 40 | margin: 14px 0 14px 0; |
| 41 | padding: 12px 10px 12px 10px; |
| 42 | } |
| 43 | |
| 44 | </style> |
| 45 | </head> |
| 46 | <body> |
| 47 | |
| 48 | <h1>Welcome to CodeIgniter!</h1> |
| 49 | |
| 50 | <p>The page you are looking at is being generated dynamically by CodeIgniter.</p> |
| 51 | |
| 52 | <p>If you would like to edit this page you'll find it located at:</p> |
Derek Jones | f0b3994 | 2010-03-25 10:08:20 -0500 | [diff] [blame] | 53 | <code>application/views/welcome_message.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 54 | |
| 55 | <p>The corresponding controller for this page is found at:</p> |
Derek Jones | f0b3994 | 2010-03-25 10:08:20 -0500 | [diff] [blame] | 56 | <code>application/controllers/welcome.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 57 | |
| 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> |
| 59 | |
| 60 | |
| 61 | <p><br />Page rendered in {elapsed_time} seconds</p> |
| 62 | |
| 63 | </body> |
Derek Allard | 687cdca | 2008-05-13 11:46:39 +0000 | [diff] [blame] | 64 | </html> |