Update index-featured.html

This commit is contained in:
Innovation Inc 2019-09-18 22:19:08 -05:00 committed by GitHub
parent 33ab924c03
commit def0ef844f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,13 +40,14 @@
<body>
<script>
function clickSound(page) {
window.globalPage=page;
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
audio.play();
setTimeout(gotoPage, 2000);
}
function gotoPage(page) {
window.location.href = page;
window.location.href = globalPage;
}
</script>
<h1>DremJS Market</h1>
@ -60,20 +61,20 @@
<tr>
<td width="48%" onclick="clickSound('collectionjs.html')"><h2 class="rel-uemb">Collection.JS</h2>
<p class="rel-uemb">A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p></td>
<td width="48%"><h2 class="rel-uemb"><a onclick="clickSound('sygtvg.html')">Sam&Yoe Group: The Video Game</a></h2>
<td width="48%" onclick="clickSound('sygtvg.html')"><h2 class="rel-uemb">Sam&Yoe Group: The Video Game</h2>
<p class="rel-uemb">Play the Game Directly on DremJS!</p></td>
</tr>
</tbody>
<tbody>
<tr>
<td width="48%"><h2 class="rel-uemb"><a onclick="clickSound('bellard.html')">Bellard JSLinux</a></h2>
<td width="48%" onclick="clickSound('bellard.html')"><h2 class="rel-uemb">Bellard JSLinux</h2>
<p class="rel-uemb">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></td>
</tr>
</tbody>
</table>
</div>
<center>
<button><a onclick="clickSound('index-enter.html')">Start Shopping</a></button>
<button onclick="clickSound('index-enter.html')">Start Shopping</button>
<!--
<h2>Collection.JS</h2>
<p>A collection of JS apps such as emulators and applications. A sort of bundle app you could say!</p>