Update index.html

This commit is contained in:
SparrOSDeveloperTeam 2018-06-29 20:53:45 -05:00 committed by GitHub
parent 3e17c7ebba
commit 7436288acc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,9 @@
<head> <head>
<title>How To Install Applications Onto DremJS</title> <title>How To Install Applications Onto DremJS</title>
</head> </head>
<style type="text/css">
code { background-color: gray; color: white; }
</style>
<body> <body>
<h1> <h1>
How to Install Applications onto DremJS How to Install Applications onto DremJS
@ -19,12 +22,13 @@
<p> <p>
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 />
<p><a href="apps/appDirHere/index.html"><code> <div class="big_block">
App Name Here <a href="apps/appDirHere/index.html"><code>
</code> App Name Here
</a> </code>
</p> </a>
</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>