diff --git a/application/views/home/index.blade.php b/application/views/home/index.blade.php
new file mode 100644
index 00000000..47782ff6
--- /dev/null
+++ b/application/views/home/index.blade.php
@@ -0,0 +1,59 @@
+
+
+
+
-
Welcome To Laravel
-
-
A Framework For Web Artisans
-
-
- You have successfully installed the Laravel framework. Laravel is a simple framework
- that helps web artisans create beautiful, creative applications using elegant, expressive
- syntax. You'll love using it.
-
-
-
Learn the terrain.
-
-
- You've landed yourself on our default home page. The route that
- is generating this page lives at:
-
-
-
APP_PATH/routes.php
-
-
And the view sitting before you can be found at:
-
-
APP_PATH/views/home/index.php
-
-
Create something beautiful.
-
-
- Now that you're up and running, it's time to start creating!
- Here are some links to help you get started:
-
-
-
-
-
-
\ No newline at end of file
diff --git a/public/laravel/css/style.css b/public/laravel/css/style.css
index 8460fea9..f7b9a608 100755
--- a/public/laravel/css/style.css
+++ b/public/laravel/css/style.css
@@ -235,6 +235,29 @@ code
text-shadow:1px 1px 0 #fff;
}
+.home
+{
+ font-size:1.1em;
+}
+
+.out-links
+{
+ margin:0;
+ padding:0;
+}
+
+.out-links li
+{
+ display:inline-block;
+}
+
+.out-links li:not(:first-child):before
+{
+ content:"/";
+ padding:0 1em;
+ color:#888;
+}
+
/* Prettify Styles -------------- */