cis notified web server of a job completion; upload form interface and validation...
[living-lab-site.git] / application / views / welcome_message.php
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4         <meta charset="utf-8">
5         <title>Welcome to CodeIgniter</title>
6
7 <style type="text/css">
8
9 body {
10  background-color: #fff;
11  margin: 40px;
12  font-family: Lucida Grande, Verdana, Sans-serif;
13  font-size: 14px;
14  color: #4F5155;
15 }
16
17 a {
18  color: #003399;
19  background-color: transparent;
20  font-weight: normal;
21 }
22
23 h1 {
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
33 code {
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>
53 <code>application/views/welcome_message.php</code>
54
55 <p>The corresponding controller for this page is found at:</p>
56 <code>application/controllers/welcome.php</code>
57
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>
64 </html>