popup.html 191 B

12345678910
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <button style="width: 160px;margin:5px" id="insertDiagram">Insert Diagram</button>
  7. <script src="popup.js"></script>
  8. </body>
  9. </html>