Skip to content

Commit

Permalink
Site Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
z0w13 committed Nov 28, 2024
1 parent b7ac23c commit b07c6a2
Show file tree
Hide file tree
Showing 139 changed files with 1,541 additions and 12 deletions.
11 changes: 11 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@ <h2>The page you were looking for could not be found</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions genres/gabber/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/handsup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,5 +494,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/hardstyle-euphoric/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -517,5 +517,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/hardstyle-raw/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -494,5 +494,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/hardstyle/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1276,5 +1276,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/house/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,5 +243,16 @@ <h1>Genres</h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/trance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
11 changes: 11 additions & 0 deletions genres/uk-hardcore/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -356,5 +356,16 @@ <h1>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>
13 changes: 12 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.135.0">
<meta name="generator" content="Hugo 0.139.2">
<meta charset="UTF-8" />
<title>
DJ IHaveAHat
Expand Down Expand Up @@ -1344,6 +1344,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/drum-bass/17-31/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/17-14/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/17-23/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/17-41/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/2016-03-06/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/2016-05-10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/2016-06-10/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/2016-09-29/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/2016-12-13/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/gabber/hardstyle/house/uk-hardcore/17-37/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

11 changes: 11 additions & 0 deletions mixes/handsup/17-05/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,17 @@ <h2>Tracklist</h2>
</div>
</div>
</div>
<script>
const audioElements = document.getElementsByTagName("audio");
document.addEventListener("play", function(evt) {
for (const elem of audioElements) {
if (elem != evt.target) {
elem.pause();
}
};
console.log("play", evt);
}, true);
</script>
</body>
</html>

Loading

0 comments on commit b07c6a2

Please sign in to comment.