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