blob: b66fb3f28154ad540e43f510fa350a6eef5edf18 [file] [log] [blame]
Derek Allard2067d1a2008-11-13 22:59:24 +00001<html>
2<head>
3<title>Welcome to CodeIgniter</title>
4
5<style type="text/css">
6
7body {
8 background-color: #fff;
9 margin: 40px;
10 font-family: Lucida Grande, Verdana, Sans-serif;
11 font-size: 14px;
12 color: #4F5155;
13}
14
15a {
16 color: #003399;
17 background-color: transparent;
18 font-weight: normal;
19}
20
21h1 {
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
31code {
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>
Derek Jonesf0b39942010-03-25 10:08:20 -050051<code>application/views/welcome_message.php</code>
Derek Allard2067d1a2008-11-13 22:59:24 +000052
53<p>The corresponding controller for this page is found at:</p>
Derek Jonesf0b39942010-03-25 10:08:20 -050054<code>application/controllers/welcome.php</code>
Derek Allard2067d1a2008-11-13 22:59:24 +000055
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>
Derek Allard687cdca2008-05-13 11:46:39 +000062</html>