Update index.html
This commit is contained in:
parent
0acc50a2bb
commit
3b383487b1
|
@ -6,7 +6,7 @@
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
code {
|
code {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
color: black;
|
color: white;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
@ -25,13 +25,10 @@
|
||||||
Step 2
|
Step 2
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<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>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<code class="code">
|
<img src="script.png" alt="Script">
|
||||||
<a href="apps/appDirHere/index.html">App Name Here</a>
|
|
||||||
</code>
|
|
||||||
|
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue