Update index.html

This commit is contained in:
DremOS Developing Team 2018-09-26 15:33:43 -05:00 committed by GitHub
parent db86a0db0d
commit 382e61f705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,21 @@
<html>
<h1>Welcome to the DremJS Market!</h1>
<h2>"Your one-stop-shop for any Web App you need!"</h2>
<hr />
<h2>Collection.JS</h2>
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
<p>Provided by SparrOSDeveloperTeam</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip'" />
<hr />
<h2>Bellard JSLinux</h2>
<p>Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Bellard-JSLinux.zip'" />
<hr />
<p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p>
<head>
<title>DremJS Market</title>
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
</head>
<body>
<h1>Welcome to the DremJS Market!</h1>
<h2>"Your one-stop-shop for any Web App you need!"</h2>
<hr />
<h2>Collection.JS</h2>
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>
<p>Provided by SparrOSDeveloperTeam</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Collection-JS.zip'" />
<hr />
<h2>Bellard JSLinux</h2>
<p>Our computers can't seem to understand how to use the make command so we made an app that connects directly to the demo website. You can connect your VFsync account to most of the OSes on this site to save your files, so you don't lose everything due to going to the home screen.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Bellard-JSLinux.zip'" />
<hr />
<p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p>
</body>
</html>