DISTRHO Plugin Framework
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.

26 lines
492B

  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <title></title>
  6. <script>
  7. function parameterChanged(index, value) {
  8. console.log("parameterChanged", index, value);
  9. }
  10. </script>
  11. <style>
  12. html, body {
  13. background: transparent;
  14. color: white;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <header>Hello World!</header>
  20. <main>
  21. <p>This is my text, nice neato.</p>
  22. </main>
  23. <footer></footer>
  24. </body>
  25. </html>