32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script><meta charset="utf-8">
 | |
| <meta name="viewport" 
 | |
|     content="width=device-width, initial-scale=1.0">
 | |
| <title>Pitch & 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/PPEpisode3.mp3">
 | |
| </audio>
 | |
| <p>This week’s episode of Pitch & Play, a podcast about actually playing the games your friends recommend, Ross shares his experiences with <em>Stardew Valley</em>. Cassie tries to find ways to make the game “work” for him, and we close on Ross pitching <em>Vampire Survivors</em> to Cassie.</p>
 | |
| 
 | |
| 
 | |
|     </main></body>
 | |
| </html> |