blob: 0bf5a8d2e5e0ba48a06feb73a012015e31b03639 [file] [log] [blame]
Greg Aker3a563982010-11-18 18:43:03 -06001<!DOCTYPE html>
2<html lang="en">
Derek Allard2067d1a2008-11-13 22:59:24 +00003<head>
Greg Aker3a563982010-11-18 18:43:03 -06004 <meta charset="utf-8">
5 <title>Welcome to CodeIgniter</title>
Derek Allard2067d1a2008-11-13 22:59:24 +00006
Greg Aker1cdb0fd2011-04-20 11:11:47 -05007 <style type="text/css">
Derek Allard2067d1a2008-11-13 22:59:24 +00008
Greg Aker1cdb0fd2011-04-20 11:11:47 -05009 ::selection{ background-color: #E13300; color: white; }
10 ::moz-selection{ background-color: #E13300; color: white; }
11 ::webkit-selection{ background-color: #E13300; color: white; }
Derek Allard2067d1a2008-11-13 22:59:24 +000012
Greg Aker1cdb0fd2011-04-20 11:11:47 -050013 body {
14 background-color: #fff;
15 margin: 40px;
16 font: 13px/20px normal Helvetica, Arial, sans-serif;
17 color: #4F5155;
18 }
Derek Allard2067d1a2008-11-13 22:59:24 +000019
Greg Aker1cdb0fd2011-04-20 11:11:47 -050020 a {
21 color: #003399;
22 background-color: transparent;
23 font-weight: normal;
24 }
Derek Allard2067d1a2008-11-13 22:59:24 +000025
Greg Aker1cdb0fd2011-04-20 11:11:47 -050026 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 Allard2067d1a2008-11-13 22:59:24 +000035
Greg Aker1cdb0fd2011-04-20 11:11:47 -050036 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 Allard2067d1a2008-11-13 22:59:24 +000066</head>
67<body>
68
Greg Aker1cdb0fd2011-04-20 11:11:47 -050069<div id="container">
70 <h1>Welcome to CodeIgniter!</h1>
Derek Allard2067d1a2008-11-13 22:59:24 +000071
Greg Aker1cdb0fd2011-04-20 11:11:47 -050072 <div id="body">
73 <p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
Derek Allard2067d1a2008-11-13 22:59:24 +000074
Greg Aker1cdb0fd2011-04-20 11:11:47 -050075 <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 Allard2067d1a2008-11-13 22:59:24 +000077
Greg Aker1cdb0fd2011-04-20 11:11:47 -050078 <p>The corresponding controller for this page is found at:</p>
79 <code>application/controllers/welcome.php</code>
Derek Allard2067d1a2008-11-13 22:59:24 +000080
Greg Aker1cdb0fd2011-04-20 11:11:47 -050081 <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 Allard2067d1a2008-11-13 22:59:24 +000083
Greg Aker1cdb0fd2011-04-20 11:11:47 -050084 <p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>
85</div>
Derek Allard2067d1a2008-11-13 22:59:24 +000086
87</body>
Derek Allard687cdca2008-05-13 11:46:39 +000088</html>