aboutsummaryrefslogtreecommitdiff
path: root/extension/src/entries/popup/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'extension/src/entries/popup/index.html')
-rw-r--r--extension/src/entries/popup/index.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/extension/src/entries/popup/index.html b/extension/src/entries/popup/index.html
new file mode 100644
index 0000000..8ffe33b
--- /dev/null
+++ b/extension/src/entries/popup/index.html
@@ -0,0 +1,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>