diff options
Diffstat (limited to 'html/display-panel.html')
-rw-r--r-- | html/display-panel.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/html/display-panel.html b/html/display-panel.html new file mode 100644 index 0000000..9c8de5e --- /dev/null +++ b/html/display-panel.html @@ -0,0 +1,11 @@ +<!doctype html> +<html> + <head> + <meta charset="utf-8"/> + <title>Myext popup</title> + </head> + <body> + <button id="settings_but" type="button">Settings</button> + <script src="./display-panel.mjs" type="module"></script> + </body> +</html> |