Simple monitor for displaying MIDI status for digital pianos.
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.
 
 
 
 

20 line
464 B

  1. <!doctype html>
  2. <html lang="en-PH">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title></title>
  6. <meta
  7. http-equiv="Content-Security-Policy"
  8. content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data:"
  9. />
  10. <meta
  11. http-equiv="Permissions-Policy"
  12. content="midi=self"
  13. />
  14. </head>
  15. <body>
  16. <div id="root"></div>
  17. <script type="module" src="/src/main.tsx"></script>
  18. </body>
  19. </html>