Update index.html
This commit is contained in:
parent
0acc50a2bb
commit
3b383487b1
|
@ -6,7 +6,7 @@
|
|||
<style type="text/css">
|
||||
code {
|
||||
background-color: #eee;
|
||||
color: black;
|
||||
color: white;
|
||||
padding: 5px;
|
||||
display: block;
|
||||
}
|
||||
|
@ -25,13 +25,10 @@
|
|||
Step 2
|
||||
</h2>
|
||||
<p>
|
||||
Go to the index.html file on the root of the OS and go to the <kbd>ls</kbd> block. Insert anywhere within it:
|
||||
Go to the index.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it:
|
||||
</p>
|
||||
<br />
|
||||
<code class="code">
|
||||
<a href="apps/appDirHere/index.html">App Name Here</a>
|
||||
</code>
|
||||
|
||||
<img src="script.png" alt="Script">
|
||||
<p>
|
||||
Thats it! The program will appear in the Start menu and should start to work.
|
||||
</p>
|
||||
|
|
Loading…
Reference in a new issue