Update index.html

This commit is contained in:
Innovation Inc 2019-01-09 11:05:57 -06:00 committed by GitHub
parent 3a9bdffc3b
commit c435381fd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>How To Install Applications Onto DremJS</title>
<title>How To Install Applications On DremJS</title>
</head>
<style type="text/css">
code {
@ -14,7 +14,7 @@
<body>
<embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true">
<h1>
How to Install Applications onto DremJS
How to Install Applications On DremJS
</h1>
<h2>
Step 1
@ -26,7 +26,7 @@
Step 2
</h2>
<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>
<br />
<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.
</p>
<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>
</html>