From 7436288acc975ee9f08910c3e0d0d5f04e414baa Mon Sep 17 00:00:00 2001
From: SparrOSDeveloperTeam <SparrOSDeveloperTeam@users.noreply.github.com>
Date: Fri, 29 Jun 2018 20:53:45 -0500
Subject: [PATCH] Update index.html

---
 apps/HowTo/index.html | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html
index 404e24d..f576ac6 100644
--- a/apps/HowTo/index.html
+++ b/apps/HowTo/index.html
@@ -3,6 +3,9 @@
     <head>
         <title>How To Install Applications Onto DremJS</title>
     </head>
+    <style type="text/css">
+        code { background-color: gray; color: white; }
+    </style>
     <body>
         <h1>
             How to Install Applications onto DremJS
@@ -19,12 +22,13 @@
         <p>
             Go to the index.html file on the root of the OS and go to the <code>ls</code> block. Insert anywhere within it:
         </p>
-        <br>
-        <p><a href="apps/appDirHere/index.html"><code>
-                 App Name Here
-            </code>
-        </a>
-        </p>
+        <br />
+        <div class="big_block">
+            <a href="apps/appDirHere/index.html"><code>
+                    App Name Here
+                </code>
+            </a>
+        </div>
         <p>
             Thats it! The program will appear in the Start menu and should start to work.
         </p>