Update index.html
This commit is contained in:
parent
bee368f03e
commit
5e79203b0a
|
@ -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:
|
||||
</p>
|
||||
<br />
|
||||
<div class="big_block">
|
||||
<code>
|
||||
<li><a href="apps/appDirHere/index.html"><p>App Name Here</p></a></li>
|
||||
</code>
|
||||
</div>
|
||||
<code class="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>
|
||||
|
|
Loading…
Reference in a new issue