From 5bc7ce536a6af91aa2a1489bf2e5e9b5cc375abd Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Fri, 29 Jun 2018 20:21:26 -0500 Subject: [PATCH] Update index.html --- apps/HowTo/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html index 46afef6..0ba6a88 100644 --- a/apps/HowTo/index.html +++ b/apps/HowTo/index.html @@ -7,7 +7,7 @@ <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><li><a href="apps/appDirHere/index.html><p>App Name Here</p></a></li></code></pre> + <li><pre><code><a href="apps/appDirHere/index.html><p>App Name Here</p></a></code></pre></li> <p>Thats it! The program will appear in the Start menu and should start to work.</p> </body> </html>