Michael Schuh | 6ad2469 | 2016-08-24 20:58:31 -0700 | [diff] [blame] | 1 | <!DOCTYPE html> |
2 | <html> | ||||
3 | <head> | ||||
4 | <meta charset="UTF-8"> | ||||
5 | <script src="/responsive_plotter.js" type="text/javascript"></script> | ||||
6 | </head> | ||||
7 | |||||
8 | <body style=> | ||||
9 | <x-responsive-plotter width=800 data="/test_data" style="background: lightblue;"> | ||||
10 | </x-responsive-plotter> | ||||
11 | </body> | ||||
12 | </html> |