+ );
+}
diff --git a/src/pages/popup/index.css b/src/pages/popup/index.css
new file mode 100644
index 0000000..906301e
--- /dev/null
+++ b/src/pages/popup/index.css
@@ -0,0 +1,12 @@
+body {
+ width: 300px;
+ height: 260px;
+ margin: 0;
+ font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
+ 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
+ sans-serif;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+
+ position: relative;
+}
diff --git a/src/pages/popup/index.html b/src/pages/popup/index.html
new file mode 100644
index 0000000..7b8317a
--- /dev/null
+++ b/src/pages/popup/index.html
@@ -0,0 +1,12 @@
+
+
+
+