Update index.html
This commit is contained in:
parent
3a9bdffc3b
commit
c435381fd0
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>How To Install Applications Onto DremJS</title>
|
<title>How To Install Applications On DremJS</title>
|
||||||
</head>
|
</head>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
code {
|
code {
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<body>
|
<body>
|
||||||
<embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true">
|
<embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true">
|
||||||
<h1>
|
<h1>
|
||||||
How to Install Applications onto DremJS
|
How to Install Applications On DremJS
|
||||||
</h1>
|
</h1>
|
||||||
<h2>
|
<h2>
|
||||||
Step 1
|
Step 1
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
Step 2
|
Step 2
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
Go to the index-open.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it:
|
Go to the index-open.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it, changing the href, src, and application name to your needs:
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<img src="script.png" alt="Script">
|
<img src="script.png" alt="Script">
|
||||||
|
@ -34,6 +34,6 @@
|
||||||
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>
|
||||||
<br />
|
<br />
|
||||||
<p>SparrOS Developer Team helped with this app. Thanks!</p>
|
<p><a href="https://github.com/SparrOSDeveloperTeam/">SparrOS Developer Team</a> helped develop application. Thanks!</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue