Update index-featured.html

This commit is contained in:
Innovation Inc 2019-09-18 21:51:20 -05:00 committed by GitHub
parent aed2d2e299
commit 3c7ebc12d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,16 @@
</style>
</head>
<body>
<script>
function clickSound(page) {
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
audio.play();
setTimeout(gotoPage, 2000);
}
function gotoPage() {
window.location.href = page;
}
</script>
<h1>DremJS Market</h1>
<hr />
<div class="box-blue">
@ -47,22 +57,22 @@
<table border="0px">
<tbody>
<tr>
<td width="48%"><h2 class="rel-uemb"><a href="collection.js.reload">Collection.JS</a></h2>
<td width="48%"><h2 class="rel-uemb"><a onclick="clickSound('collectionjs.html')">Collection.JS</a></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 href="sygtvg.reload">Sam&Yoe Group: The Video Game</a></h2>
<td width="48%"><h2 class="rel-uemb"><a href="clickSound('sygtvg.html')">Sam&Yoe Group: The Video Game</a></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 href="bellard.reload">Bellard JSLinux</a></h2>
<td width="48%"><h2 class="rel-uemb"><a href="clickSound('bellard.html')">Bellard JSLinux</a></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 href="index-enter.reload">Start Shopping</a></button>
<button><a href="clickSound('index-enter.html')">Start Shopping</a></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>