mirror of
https://github.com/zyllian/pipefall.git
synced 2025-05-10 08:46:38 -07:00
Initial commit
This commit is contained in:
commit
ec279553f8
5 changed files with 36 additions and 0 deletions
17
index.html
Normal file
17
index.html
Normal file
|
@ -0,0 +1,17 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue