32 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			1.5 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/PPEpisode1.mp3">
 | |
| </audio>
 | |
| <p>Welcome to the first episode of Pitch & Play, a podcast about actually playing the games that your friends recommend! In this episode, Cassie and Ross introduce themselves and explain the backgrounds and perspectives that they each will bring to our discussions of games. Ross then pitches our first game to Cassie, Immortality (2022).</p>
 | |
| 
 | |
| 
 | |
|     </main></body>
 | |
| </html> |