Update index.html
This commit is contained in:
parent
369c29297c
commit
3e17c7ebba
|
@ -3,9 +3,6 @@
|
||||||
<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: blue; }
|
|
||||||
</style>
|
|
||||||
<body>
|
<body>
|
||||||
<h1>
|
<h1>
|
||||||
How to Install Applications onto DremJS
|
How to Install Applications onto DremJS
|
||||||
|
@ -23,9 +20,9 @@
|
||||||
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"><pre><code>
|
<p><a href="apps/appDirHere/index.html"><code>
|
||||||
App Name Here
|
App Name Here
|
||||||
</code></pre>
|
</code>
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
|
|
Loading…
Reference in a new issue