From 294740e8ceb954ef664f7f3e702446d3bbbc5270 Mon Sep 17 00:00:00 2001 From: SparrOSDeveloperTeam <SparrOSDeveloperTeam@users.noreply.github.com> Date: Fri, 29 Jun 2018 20:36:55 -0500 Subject: [PATCH] Update index.html --- apps/HowTo/index.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html index ff2eeed..511d28a 100644 --- a/apps/HowTo/index.html +++ b/apps/HowTo/index.html @@ -3,14 +3,17 @@ <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</h1> - <h2>Step 1</h2> - <p>Make a directory inside the "apps" directory and copy the program files to it</p> - <h2>Step 2</h2> - <p>Go to the index.html file on the root of the OS and go to the <ls> block. Insert anywhere within it:</p> - <br /> - <pre><code><a href="apps/appDirHere/index.html>App Name Here</a></code></pre> - <p>Thats it! The program will appear in the Start menu and should start to work.</p> + <h1>How to Install Applications onto DremJS</h1> + <h2>Step 1</h2> + <p>Make a directory inside the "apps" directory and copy the program files to it</p> + <h2>Step 2</h2> + <p>Go to the index.html file on the root of the OS and go to the <ls> block. Insert anywhere within it:</p> + <br /> + <code><a href="apps/appDirHere/index.html>App Name Here</a></code> + <p>Thats it! The program will appear in the Start menu and should start to work.</p> </body> </html>