Update index.html
This commit is contained in:
parent
15ea23626c
commit
b45c342256
55
index.html
55
index.html
|
@ -1,7 +1,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>DremJS Market</title>
|
||||
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||
<embed src="load.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
||||
<style>
|
||||
.box-blue {
|
||||
margin:0 0 25px;
|
||||
|
@ -32,45 +32,24 @@
|
|||
.cwhite {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
html, body, #wrapper {
|
||||
height:100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
}
|
||||
#wrapper td {
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="box-blue">
|
||||
<div class="box-blue-emb">
|
||||
<h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1>
|
||||
</div>
|
||||
<h2 class="rel-uemb">"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>
|
||||
<table id="wrapper">
|
||||
<tr>
|
||||
<td><img src="load.gif" alt="Error loading preloader... Loading DremJS Market..." /></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue