2025-07-07 00:56:46 -04:00

32 lines
1.7 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="auto" class="js-player">
<source src="https://cdn.pitchandplay.org/episodes/PPEpisode2.mp3">
</audio>
<p>This week&rsquo;s episode of Pitch &amp; Play, a podcast about actually playing the games your friends recommend, includes our spoiler-filled discussion of Sam Barlow&rsquo;s latest joint, <em>Immortality</em> (2022). Cassie and Ross discuss their struggles with the presentation of the game and the accessibility of the game&rsquo;s story. Not interested in hearing about <em>Immortality</em>? Skip to the chapter marker to hear about our game for next week, as Cassie pitches her &ldquo;warm blanket&rdquo; game to Ross, <em>Stardew Valley</em>.</p>
</main></body>
</html>