2025-07-08 21:32:26 -04:00

28 lines
1015 B
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>
</main></body>
</html>