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.
 
 
 

35 lines
1.3 KiB

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>After words</title>
  8. <link rel="stylesheet" type="text/css" href="style.css">
  9. </head>
  10. <body>
  11. <div class="audio-player">
  12. <div class="icon-container">
  13. <div class="controls">
  14. <button class="player-button">
  15. <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20" fill="rgb(255 255 255/var(--tw-bg-opacity))">
  16. <path fill-rule="evenodd"
  17. 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"
  18. clip-rule="evenodd" />
  19. </svg>
  20. </button>
  21. <input type="range" class="timeline" max="100" value="0">
  22. </div>
  23. <audio preload="auto" loop
  24. src="https://blakeney.s3.ap-southeast-2.amazonaws.com/Machine+Listening+-+After+Words+-+Stereo+Master.wav"></audio>
  25. </div>
  26. </div>
  27. <iframe class="website" src="https://data-relations.netlify.app/">
  28. </iframe>
  29. </body>
  30. <script src="script.js"></script>
  31. </html>