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.

23 lines
486 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>ro.js example</title>
  5. <style>
  6. body {
  7. margin-top: 1rem;
  8. margin-left: 1rem;
  9. }
  10. .file-input {
  11. margin-bottom: 1.5rem;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div class="file-input">
  17. <input id="gat_file" type="file" />
  18. </div>
  19. <canvas id="canvas" width="500" height="500"></canvas>
  20. <script src="/build/bundle.js"></script>
  21. <script src="/example.js"></script>
  22. </body>
  23. </html>