aboutsummaryrefslogtreecommitdiff
path: root/html/display-panel.html
blob: 9c8de5e2015dba3881276a49abd06660ef268f8e (plain)
1
2
3
4
5
6
7
8
9
10
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>