Take two:
[www-register-wizard.git] / application / views / welcome_message.php
1 <html>\r
2 <head>\r
3 <title>Welcome to CodeIgniter</title>\r
4 \r
5 <style type="text/css">\r
6 \r
7 body {\r
8  background-color: #fff;\r
9  margin: 40px;\r
10  font-family: Lucida Grande, Verdana, Sans-serif;\r
11  font-size: 14px;\r
12  color: #4F5155;\r
13 }\r
14 \r
15 a {\r
16  color: #003399;\r
17  background-color: transparent;\r
18  font-weight: normal;\r
19 }\r
20 \r
21 h1 {\r
22  color: #444;\r
23  background-color: transparent;\r
24  border-bottom: 1px solid #D0D0D0;\r
25  font-size: 16px;\r
26  font-weight: bold;\r
27  margin: 24px 0 2px 0;\r
28  padding: 5px 0 6px 0;\r
29 }\r
30 \r
31 code {\r
32  font-family: Monaco, Verdana, Sans-serif;\r
33  font-size: 12px;\r
34  background-color: #f9f9f9;\r
35  border: 1px solid #D0D0D0;\r
36  color: #002166;\r
37  display: block;\r
38  margin: 14px 0 14px 0;\r
39  padding: 12px 10px 12px 10px;\r
40 }\r
41 \r
42 </style>\r
43 </head>\r
44 <body>\r
45 \r
46 <h1>Welcome to CodeIgniter!</h1>\r
47 \r
48 <p>The page you are looking at is being generated dynamically by CodeIgniter.</p>\r
49 \r
50 <p>If you would like to edit this page you'll find it located at:</p>\r
51 <code>system/application/views/welcome_message.php</code>\r
52 \r
53 <p>The corresponding controller for this page is found at:</p>\r
54 <code>system/application/controllers/welcome.php</code>\r
55 \r
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>\r
57 \r
58 \r
59 <p><br />Page rendered in {elapsed_time} seconds</p>\r
60 \r
61 </body>\r
62 </html>