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.

28 lines
674 B

7 years ago
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>proves de so</title>
  6. <script src="bower_components/tracking/build/tracking-min.js"></script>
  7. <script src="bower_components/pizzicato/distr/Pizzicato.js"></script>
  8. <script src="index.js"></script>
  9. <style>
  10. video,
  11. canvas {
  12. margin-left: 100px;
  13. margin-top: 35px;
  14. position: absolute;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <video id="video" width="600" height="450" preload autoplay loop muted controls></video>
  20. <canvas id="canvas" width="600" height="450"></canvas>
  21. <button onclick="silence()">silenci</button>
  22. </body>
  23. </html>