converted to unix-style eol
[www-register-wizard.git] / application / views / welcome_message.php
index 8313059..653b62c 100644 (file)
@@ -1,62 +1,62 @@
-<html>\r
-<head>\r
-<title>Welcome to CodeIgniter</title>\r
-\r
-<style type="text/css">\r
-\r
-body {\r
- background-color: #fff;\r
- margin: 40px;\r
- font-family: Lucida Grande, Verdana, Sans-serif;\r
- font-size: 14px;\r
- color: #4F5155;\r
-}\r
-\r
-a {\r
- color: #003399;\r
- background-color: transparent;\r
- font-weight: normal;\r
-}\r
-\r
-h1 {\r
- color: #444;\r
- background-color: transparent;\r
- border-bottom: 1px solid #D0D0D0;\r
- font-size: 16px;\r
- font-weight: bold;\r
- margin: 24px 0 2px 0;\r
- padding: 5px 0 6px 0;\r
-}\r
-\r
-code {\r
- font-family: Monaco, Verdana, Sans-serif;\r
- font-size: 12px;\r
- background-color: #f9f9f9;\r
- border: 1px solid #D0D0D0;\r
- color: #002166;\r
- display: block;\r
- margin: 14px 0 14px 0;\r
- padding: 12px 10px 12px 10px;\r
-}\r
-\r
-</style>\r
-</head>\r
-<body>\r
-\r
-<h1>Welcome to CodeIgniter!</h1>\r
-\r
-<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>\r
-\r
-<p>If you would like to edit this page you'll find it located at:</p>\r
-<code>system/application/views/welcome_message.php</code>\r
-\r
-<p>The corresponding controller for this page is found at:</p>\r
-<code>system/application/controllers/welcome.php</code>\r
-\r
-<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
-\r
-\r
-<p><br />Page rendered in {elapsed_time} seconds</p>\r
-\r
-</body>\r
+<html>
+<head>
+<title>Welcome to CodeIgniter</title>
+
+<style type="text/css">
+
+body {
+ background-color: #fff;
+ margin: 40px;
+ font-family: Lucida Grande, Verdana, Sans-serif;
+ font-size: 14px;
+ color: #4F5155;
+}
+
+a {
+ color: #003399;
+ background-color: transparent;
+ font-weight: normal;
+}
+
+h1 {
+ color: #444;
+ background-color: transparent;
+ border-bottom: 1px solid #D0D0D0;
+ font-size: 16px;
+ font-weight: bold;
+ margin: 24px 0 2px 0;
+ padding: 5px 0 6px 0;
+}
+
+code {
+ font-family: Monaco, Verdana, Sans-serif;
+ font-size: 12px;
+ background-color: #f9f9f9;
+ border: 1px solid #D0D0D0;
+ color: #002166;
+ display: block;
+ margin: 14px 0 14px 0;
+ padding: 12px 10px 12px 10px;
+}
+
+</style>
+</head>
+<body>
+
+<h1>Welcome to CodeIgniter!</h1>
+
+<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
+
+<p>If you would like to edit this page you'll find it located at:</p>
+<code>system/application/views/welcome_message.php</code>
+
+<p>The corresponding controller for this page is found at:</p>
+<code>system/application/controllers/welcome.php</code>
+
+<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>
+
+
+<p><br />Page rendered in {elapsed_time} seconds</p>
+
+</body>
 </html>
\ No newline at end of file