index.html 439 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. <style>
  8. body {
  9. display: flex;
  10. justify-content: space-between;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div id="sound1"></div>
  16. <div id="sound2"></div>
  17. <div id="sound3"></div>
  18. <script src="js.js"></script>
  19. </body>
  20. </html>