Update index-featured.html
This commit is contained in:
parent
edb285f18c
commit
715c9dadb1
|
@ -1,7 +1,6 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>DremJS Market</title>
|
<title>DremJS Market</title>
|
||||||
<embed src="music.mp3" width="0" height="0" loop="true" autostart="true" hidden="true" />
|
|
||||||
<style>
|
<style>
|
||||||
.box-blue {
|
.box-blue {
|
||||||
margin:0 0 25px;
|
margin:0 0 25px;
|
||||||
|
@ -33,13 +32,24 @@
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
<script language="javascript" type="text/javascript">
|
||||||
|
function playSound(soundfile) {
|
||||||
|
document.getElementById("dummy").innerHTML= "<embed src=\""+soundfile+"\" hidden=\"true\" autostart=\"true\" loop=\"false\" />";
|
||||||
|
}
|
||||||
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
<span id="dummy"></span>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<h1>DremJS Market</h1>
|
||||||
|
<hr />
|
||||||
<div class="box-blue">
|
<div class="box-blue">
|
||||||
<div class="box-blue-emb">
|
<div class="box-blue-emb">
|
||||||
<h1 class="rel-emb cwhite">Welcome to the DremJS Market!</h1>
|
<h1 class="rel-emb cwhite">Featured Items</h1>
|
||||||
</div>
|
</div>
|
||||||
<h2 class="rel-uemb">"Your one-stop-shop for any Web App you need!"</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>
|
||||||
</div>
|
</div>
|
||||||
<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