blob: ca68fc101eb8249da020ccc29a7523d4b2f38e48 [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
7<style type="text/css">
8
9body {
10 background-color: #fff;
11 margin: 40px;
12 font-family: Lucida Grande, Verdana, Sans-serif;
13 font-size: 14px;
14 color: #4F5155;
15}
16
17a {
18 color: #003399;
19 background-color: transparent;
20 font-weight: normal;
21}
22
23h1 {
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
33code {
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 Jonesf0b39942010-03-25 10:08:20 -050053<code>application/views/welcome_message.php</code>
Derek Allard2067d1a2008-11-13 22:59:24 +000054
55<p>The corresponding controller for this page is found at:</p>
Derek Jonesf0b39942010-03-25 10:08:20 -050056<code>application/controllers/welcome.php</code>
Derek Allard2067d1a2008-11-13 22:59:24 +000057
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 Allard687cdca2008-05-13 11:46:39 +000064</html>