You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!DOCTYPE html>
- <html lang="en">
-
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>After words</title>
- <link rel="stylesheet" type="text/css" href="style.css">
- </head>
-
- <body>
- <div class="audio-player">
- <div class="icon-container">
- <div class="controls">
- <button class="player-button">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="rgb(255 255 255/var(--tw-bg-opacity))">
- <path fill-rule="evenodd"
- d="M10 18a8 8 0 100-16 8 8 0 000 16zM9.555 7.168A1 1 0 008 8v4a1 1 0 001.555.832l3-2a1 1 0 000-1.664l-3-2z"
- clip-rule="evenodd" />
- </svg>
- </button>
- <input type="range" class="timeline" max="100" value="0">
- </div>
- <audio preload="auto" loop
- src="https://blakeney.s3.ap-southeast-2.amazonaws.com/Machine+Listening+-+After+Words+-+Stereo+Master.wav"></audio>
- </div>
- </div>
- <iframe class="website" src="https://data-relations.netlify.app/">
- </iframe>
- </body>
- <script src="script.js"></script>
-
-
- </html>
|