Update index-featured.html

This commit is contained in:
Innovation Inc 2019-09-18 22:08:47 -05:00 committed by GitHub
parent ba27f9f76e
commit 4d48df8b98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>