pipefall/index.html

18 lines
333 B
HTML
Raw Normal View History

2023-04-23 11:01:25 -07:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/index.css">
<title>pipefall</title>
<script src="/index.js" defer></script>
</head>
<body>
<h1>pipefall</h1>
<audio id="pipefall" src="/pipefall.mp3">pipefall</audio>
<p><button id="play-now">play now</button></p>
</body>
</html>