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