Update index-featured.html
This commit is contained in:
parent
ba27f9f76e
commit
4d48df8b98
|
@ -39,14 +39,14 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<script>
|
<script>
|
||||||
<script>
|
function clickSound(page) {
|
||||||
function clickSound(page) {
|
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
|
||||||
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
|
audio.play();
|
||||||
audio.play();
|
setTimeout(gotoPage, 2000);
|
||||||
setTimeout(gotoPage, 2000);
|
}
|
||||||
function gotoPage() {
|
|
||||||
window.location.href = page;
|
function gotoPage(page) {
|
||||||
}
|
window.location.href = page;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<h1>DremJS Market</h1>
|
<h1>DremJS Market</h1>
|
||||||
|
|
Loading…
Reference in a new issue