DremJS-Market/index.html
2019-04-22 09:38:27 -05:00

65 lines
2.9 KiB
HTML

<html>
<head>
<title>DremJS Market</title>
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
<style>
.box-blue {
margin:0 0 25px;
overflow:hidden;
padding:0px;
background-color:#FFFFFF;
border:1px solid #8b8b8b;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.box-blue-emb {
margin:0 0 25px;
overflow:hidden;
padding:25px;
background-color:#009ac7;
-webkit-border-radius: 5px;
border-radius: 5px;
}
</style>
</head>
<body>
<div class="box-blue">
<div class="box-blue-emb">
<h1>Welcome to the DremJS Market!</h1>
</div>
<h2>"Your one-stop-shop for any Web App you need!"</h2>
</div>
<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>
<p>Provided by Innovation Inc.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Bellard-JSLinux.zip'" />
<hr />
<h2>Paint</h2>
<p>A paint app based on iamshanedoyle's "Simple Paint App".</p>
<p>Provided by Innovation Inc.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/Paint.zip'" />
<hr />
<h2>PVT Counter</h2>
<p>PewDiePie vs. T-Series Counter - Go PewDiePie!</p>
<p>Provided by Innovation Inc.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/PVT-Counter.zip'" />
<hr />
<h2>Sam&Yoe Group: The Video Game</h2>
<p>Play the Game Directly on DremJS!</p>
<p>Provided by SparrDrem</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/SYGTVG.zip'" />
<hr />
<h2>TinyMCE</h2>
<p>The TinyMCE text editor on DremJS!</p>
<p>Provided by Innovation Inc.</p>
<input type="button" value="Download" onclick="window.location.href='https://github.com/sparrdrem/DremJS-Market/releases/download/Apps/tinymce.zip'" />
<hr />
<p>Send any apps you want added to the DremJS Market to innovationinc123@gmail.com</p>
</body>
</html>