Update index-featured.html
This commit is contained in:
parent
715c9dadb1
commit
a4898362eb
|
@ -33,9 +33,7 @@
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script language="javascript" type="text/javascript">
|
<script language="javascript" type="text/javascript">
|
||||||
function playSound(soundfile) {
|
function playSound(soundfile) {document.getElementById("dummy").innerHTML= "<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";}
|
||||||
document.getElementById("dummy").innerHTML= "<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";
|
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
@ -46,7 +44,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
<div class="box-blue">
|
<div class="box-blue">
|
||||||
<div class="box-blue-emb">
|
<div class="box-blue-emb">
|
||||||
<h1 class="rel-emb cwhite">Featured Items</h1>
|
<h1>Featured Items</h1>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="rel-uemb"><a href="collection.js" onclick="playSound('select.wav');">>Collection.JS</a></h2>
|
<h2 class="rel-uemb"><a href="collection.js" onclick="playSound('select.wav');">>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>
|
<p class="rel-uemb">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