Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12694 anikendra 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
	::selection{ background-color: #E13300; color: white; }
10
	::moz-selection{ background-color: #E13300; color: white; }
11
	::webkit-selection{ background-color: #E13300; color: white; }
12
 
13
	body {
14
		background-color: #fff;
15
		margin: 40px;
16
		font: 13px/20px normal Helvetica, Arial, sans-serif;
17
		color: #4F5155;
18
	}
19
 
20
	a {
21
		color: #003399;
22
		background-color: transparent;
23
		font-weight: normal;
24
	}
25
 
26
	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
	}
35
 
36
	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>
66
</head>
67
<body>
68
 
69
<div id="container">
70
	<h1>Welcome to CodeIgniter!</h1>
71
 
72
	<div id="body">
73
		<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
74
 
75
		<p>If you would like to edit this page you'll find it located at:</p>
76
		<code>application/views/welcome_message.php</code>
77
 
78
		<p>The corresponding controller for this page is found at:</p>
79
		<code>application/controllers/welcome.php</code>
80
 
81
		<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>
83
 
84
	<p class="footer">Page rendered in <strong>{elapsed_time}</strong> seconds</p>
85
</div>
86
 
87
</body>
88
</html>