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

---
 apps/HowTo/index.html | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html
index 74acb68..404e24d 100644
--- a/apps/HowTo/index.html
+++ b/apps/HowTo/index.html
@@ -3,9 +3,6 @@
     <head>
         <title>How To Install Applications Onto DremJS</title>
     </head>
-    <style type="text/css">
-        code { background-color: gray; color: blue; }
-    </style>
     <body>
         <h1>
             How to Install Applications onto DremJS
@@ -23,9 +20,9 @@
             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"><pre><code>
+        <p><a href="apps/appDirHere/index.html"><code>
                  App Name Here
-            </code></pre>
+            </code>
         </a>
         </p>
         <p>