blob: df278b021868cd50639c714ab939ba3de512a058 [file] [log] [blame]
Michael Schuh6ad24692016-08-24 20:58:31 -07001<!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>