Update index.html

This commit is contained in:
DremOS Developing Team 2018-06-29 21:24:01 -05:00 committed by GitHub
parent 0acc50a2bb
commit 3b383487b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>