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 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 7 | <style type="text/css"> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 8 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 9 | ::selection{ background-color: #E13300; color: white; } |
| 10 | ::moz-selection{ background-color: #E13300; color: white; } |
| 11 | ::webkit-selection{ background-color: #E13300; color: white; } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 12 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 13 | body { |
| 14 | background-color: #fff; |
| 15 | margin: 40px; |
| 16 | font: 13px/20px normal Helvetica, Arial, sans-serif; |
| 17 | color: #4F5155; |
| 18 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 19 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 20 | a { |
| 21 | color: #003399; |
| 22 | background-color: transparent; |
| 23 | font-weight: normal; |
| 24 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 25 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 26 | h1 { |
| 27 | color: #444; |
| 28 | background-color: transparent; |
| 29 | border-bottom: 1px solid #D0D0D0; |
| 30 | font-size: 19px; |
| 31 | font-weight: normal; |
| 32 | margin: 0 0 14px 0; |
| 33 | padding: 14px 15px 10px 15px; |
| 34 | } |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 35 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 36 | code { |
| 37 | font-family: Consolas, Monaco, Courier New, Courier, monospace; |
| 38 | font-size: 12px; |
| 39 | background-color: #f9f9f9; |
| 40 | border: 1px solid #D0D0D0; |
| 41 | color: #002166; |
| 42 | display: block; |
| 43 | margin: 14px 0 14px 0; |
| 44 | padding: 12px 10px 12px 10px; |
| 45 | } |
| 46 | |
| 47 | #body{ |
| 48 | margin: 0 15px 0 15px; |
| 49 | } |
| 50 | |
| 51 | p.footer{ |
| 52 | text-align: right; |
| 53 | font-size: 11px; |
| 54 | border-top: 1px solid #D0D0D0; |
| 55 | line-height: 32px; |
| 56 | padding: 0 10px 0 10px; |
| 57 | margin: 20px 0 0 0; |
| 58 | } |
| 59 | |
| 60 | #container{ |
| 61 | margin: 10px; |
| 62 | border: 1px solid #D0D0D0; |
| 63 | -webkit-box-shadow: 0 0 8px #D0D0D0; |
| 64 | } |
| 65 | </style> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 66 | </head> |
| 67 | <body> |
| 68 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 69 | <div id="container"> |
| 70 | <h1>Welcome to CodeIgniter!</h1> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 71 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 72 | <div id="body"> |
| 73 | <p>The page you are looking at is being generated dynamically by CodeIgniter.</p> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 74 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 75 | <p>If you would like to edit this page you'll find it located at:</p> |
| 76 | <code>application/views/welcome_message.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 77 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 78 | <p>The corresponding controller for this page is found at:</p> |
| 79 | <code>application/controllers/welcome.php</code> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 80 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 81 | <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> |
| 82 | </div> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 83 | |
Greg Aker | 1cdb0fd | 2011-04-20 11:11:47 -0500 | [diff] [blame] | 84 | <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p> |
| 85 | </div> |
Derek Allard | 2067d1a | 2008-11-13 22:59:24 +0000 | [diff] [blame] | 86 | |
| 87 | </body> |
Derek Allard | 687cdca | 2008-05-13 11:46:39 +0000 | [diff] [blame] | 88 | </html> |