UNPKG

@statewalker/webrun-devtools

Version:

DevTools Extension for the StateWalker WebRun framework

27 lines (24 loc) 684 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <base target="_blank"> <title>Popup</title> <link rel="stylesheet" type="text/css" href="./index.css" /> </head> <body> <h1>WebRun DevTools</h1> <div> <div class="form-group"> <label for="input-apiKey">API Key:</label> <input id="input-apiKey" type="text" value="" /> </div> <div class="form-comment">Note: the DevTools API will not work without this key</div> <div class="form-group"> <button id="btn-save" type="submit">Save</button> <button id="btn-generate">Generate</button> </div> </div> <script type="module" src="./index.js"></script> </body> </html>