This commit is contained in:
Roshan476
2025-12-25 17:36:20 +05:45
commit caee7b4369
400 changed files with 145276 additions and 0 deletions

5
assets/js/video.js Normal file
View File

@@ -0,0 +1,5 @@
// for podcast video
function changeVideo(videoId) {
document.getElementById("mainVideo").src = "https://www.youtube.com/embed/" + videoId;
}