embedapi.html 486 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>Embed API</title>
  6. <script src="jquery.js"></script>
  7. <script src="embedapi.js"></script>
  8. <script src="embedapi-dom.js"></script>
  9. </head>
  10. <body>
  11. <button id="load">Load example</button>
  12. <button id="save">Save data</button>
  13. <button id="exportPNG">Export data to PNG</button>
  14. <button id="exportPDF">Export data to PDF</button>
  15. <br/>
  16. </body>
  17. </html>