Update index.html
This commit is contained in:
parent
eee6e156be
commit
03360ba7ec
|
@ -1,4 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
|
<title>How To Install Applications Onto DremJS</title>
|
||||||
|
<body>
|
||||||
<h1>How to Install Applications onto DremJS</h1>
|
<h1>How to Install Applications onto DremJS</h1>
|
||||||
<h2>Step 1</h2>
|
<h2>Step 1</h2>
|
||||||
<p>Make a directory inside the "apps" directory and copy the program files to it</p>
|
<p>Make a directory inside the "apps" directory and copy the program files to it</p>
|
||||||
|
@ -7,4 +9,5 @@
|
||||||
<br />
|
<br />
|
||||||
<pre><code><li><a href="apps/appDirHere/index.html><p>App Name Here</p></a></li></code></pre>
|
<pre><code><li><a href="apps/appDirHere/index.html><p>App Name Here</p></a></li></code></pre>
|
||||||
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
|
<p>Thats it! The program will appear in the Start menu and should start to work.</p>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue