2025-07-07 01:12:13 -04:00

32 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script><meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
<title>Pitch &amp; Play</title>
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/style.css">
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/fonts.css">
<link rel="stylesheet" href="https://cdn.plyr.io/3.5.6/plyr.css" />
<script src="https://cdn.plyr.io/3.5.6/plyr.js"></script>
<script>
document.addEventListener('DOMContentLoaded', () => {
const player = Plyr.setup('.js-player');
});
</script></head>
<body><header>
<div id="site">
<a href="http://localhost:1313/"><h1>Pitch & Play</h1></a>
<p>a podcast about actually playing the games your friends recommend</p>
</div>
<nav>
<a href="">Episodes</a>
</nav>
</header><main>
<audio controls preload="metadata" class="js-player">
<source src="https://cdn.pitchandplay.org/episodes/PPEpisode4.mp3">
</audio>
<p>In this episode of Pitch &amp; Play, an episode about actually playing the games your friends recommend, Cassie plays <em>Vampire Survivors</em>, the game Ross pitched last episode. Our hosts then give a brief update on their thoughts on <em>Immortality</em>, and Cassie pitches <em>Fable Anniversary</em> to Ross for our next episode.</p>
</main></body>
</html>