Update index.html

This commit is contained in:
SparrOSDeveloperTeam 2018-06-29 21:00:53 -05:00 committed by GitHub
parent bee368f03e
commit 5e79203b0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,11 +28,10 @@
Go to the index.html file on the root of the OS and go to the <code>ls</code> block. Insert anywhere within it: 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> </p>
<br /> <br />
<div class="big_block"> <code class="code">
<code> <a href="apps/appDirHere/index.html">App Name Here</a>
<li><a href="apps/appDirHere/index.html"><p>App Name Here</p></a></li> </code>
</code>
</div>
<p> <p>
Thats it! The program will appear in the Start menu and should start to work. Thats it! The program will appear in the Start menu and should start to work.
</p> </p>