|
|
- <!DOCTYPE html>
- <html>
- <head>
- <title>ro.js example</title>
- <style>
- body {
- margin-top: 1rem;
- margin-left: 1rem;
- }
- .file-input {
- margin-bottom: 1.5rem;
- }
- </style>
- </head>
- <body>
- <div class="file-input">
- <input id="gat_file" type="file" />
- </div>
- <canvas id="canvas" width="500" height="500"></canvas>
- <script src="/build/bundle.js"></script>
- <script src="/example.js"></script>
- </body>
- </html>
|