| Current Path : /home/hrpsychology/www/podcast/ |
| Current File : /home/hrpsychology/www/podcast/index.php |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Podcast Episodes</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="episodes"></div>
<script src="player.js"></script>
<script>
// Load episodes when the page loads
window.onload = function() {
loadEpisodes();
};
</script>
</body>
</html>