aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/popup/index.html
blob: 8ffe33bf436b7fda9b07d26a205c0bcea5730e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <title>Popup</title>
  </head>
  <body style="min-width: 100px">
    <div id="app"></div>
    <script type="module" src="./main.js"></script>
  </body>
</html>